public static enum ClusterStatusProtos.RegionState.State extends Enum<ClusterStatusProtos.RegionState.State> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RegionState.State| Enum Constant and Description |
|---|
CLOSED
server closed region and updated meta
|
CLOSING
server has begun to close but not yet done
|
FAILED_CLOSE
failed to close, and won't retry any more
|
FAILED_OPEN
failed to open, and won't retry any more
|
MERGED
server completed merge of a region
|
MERGING
server started merge a region
|
MERGING_NEW
region but hasn't be created yet, or master doesn't
know it's already created
|
OFFLINE
region is in an offline state
|
OPEN
server opened region and updated meta
|
OPENING
server has begun to open but not yet done
|
PENDING_CLOSE
sent rpc to server to close but has not begun
|
PENDING_OPEN
sent rpc to server to open but has not begun
|
SPLIT
server completed split of a region
|
SPLITTING
server started split of a region
|
SPLITTING_NEW
new region to be created when RS splits a parent
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOSED_VALUE
server closed region and updated meta
|
static int |
CLOSING_VALUE
server has begun to close but not yet done
|
static int |
FAILED_CLOSE_VALUE
failed to close, and won't retry any more
|
static int |
FAILED_OPEN_VALUE
failed to open, and won't retry any more
|
static int |
MERGED_VALUE
server completed merge of a region
|
static int |
MERGING_NEW_VALUE
region but hasn't be created yet, or master doesn't
know it's already created
|
static int |
MERGING_VALUE
server started merge a region
|
static int |
OFFLINE_VALUE
region is in an offline state
|
static int |
OPEN_VALUE
server opened region and updated meta
|
static int |
OPENING_VALUE
server has begun to open but not yet done
|
static int |
PENDING_CLOSE_VALUE
sent rpc to server to close but has not begun
|
static int |
PENDING_OPEN_VALUE
sent rpc to server to open but has not begun
|
static int |
SPLIT_VALUE
server completed split of a region
|
static int |
SPLITTING_NEW_VALUE
new region to be created when RS splits a parent
|
static int |
SPLITTING_VALUE
server started split of a region
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatusProtos.RegionState.State |
forNumber(int value) |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ClusterStatusProtos.RegionState.State> |
internalGetValueMap() |
static ClusterStatusProtos.RegionState.State |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClusterStatusProtos.RegionState.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClusterStatusProtos.RegionState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatusProtos.RegionState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterStatusProtos.RegionState.State OFFLINE
region is in an offline state
OFFLINE = 0;public static final ClusterStatusProtos.RegionState.State PENDING_OPEN
sent rpc to server to open but has not begun
PENDING_OPEN = 1;public static final ClusterStatusProtos.RegionState.State OPENING
server has begun to open but not yet done
OPENING = 2;public static final ClusterStatusProtos.RegionState.State OPEN
server opened region and updated meta
OPEN = 3;public static final ClusterStatusProtos.RegionState.State PENDING_CLOSE
sent rpc to server to close but has not begun
PENDING_CLOSE = 4;public static final ClusterStatusProtos.RegionState.State CLOSING
server has begun to close but not yet done
CLOSING = 5;public static final ClusterStatusProtos.RegionState.State CLOSED
server closed region and updated meta
CLOSED = 6;public static final ClusterStatusProtos.RegionState.State SPLITTING
server started split of a region
SPLITTING = 7;public static final ClusterStatusProtos.RegionState.State SPLIT
server completed split of a region
SPLIT = 8;public static final ClusterStatusProtos.RegionState.State FAILED_OPEN
failed to open, and won't retry any more
FAILED_OPEN = 9;public static final ClusterStatusProtos.RegionState.State FAILED_CLOSE
failed to close, and won't retry any more
FAILED_CLOSE = 10;public static final ClusterStatusProtos.RegionState.State MERGING
server started merge a region
MERGING = 11;public static final ClusterStatusProtos.RegionState.State MERGED
server completed merge of a region
MERGED = 12;public static final ClusterStatusProtos.RegionState.State SPLITTING_NEW
new region to be created when RS splits a parent
SPLITTING_NEW = 13;public static final ClusterStatusProtos.RegionState.State MERGING_NEW
region but hasn't be created yet, or master doesn't know it's already created
MERGING_NEW = 14;public static final int OFFLINE_VALUE
region is in an offline state
OFFLINE = 0;public static final int PENDING_OPEN_VALUE
sent rpc to server to open but has not begun
PENDING_OPEN = 1;public static final int OPENING_VALUE
server has begun to open but not yet done
OPENING = 2;public static final int OPEN_VALUE
server opened region and updated meta
OPEN = 3;public static final int PENDING_CLOSE_VALUE
sent rpc to server to close but has not begun
PENDING_CLOSE = 4;public static final int CLOSING_VALUE
server has begun to close but not yet done
CLOSING = 5;public static final int CLOSED_VALUE
server closed region and updated meta
CLOSED = 6;public static final int SPLITTING_VALUE
server started split of a region
SPLITTING = 7;public static final int SPLIT_VALUE
server completed split of a region
SPLIT = 8;public static final int FAILED_OPEN_VALUE
failed to open, and won't retry any more
FAILED_OPEN = 9;public static final int FAILED_CLOSE_VALUE
failed to close, and won't retry any more
FAILED_CLOSE = 10;public static final int MERGING_VALUE
server started merge a region
MERGING = 11;public static final int MERGED_VALUE
server completed merge of a region
MERGED = 12;public static final int SPLITTING_NEW_VALUE
new region to be created when RS splits a parent
SPLITTING_NEW = 13;public static final int MERGING_NEW_VALUE
region but hasn't be created yet, or master doesn't know it's already created
MERGING_NEW = 14;public static ClusterStatusProtos.RegionState.State[] values()
for (ClusterStatusProtos.RegionState.State c : ClusterStatusProtos.RegionState.State.values()) System.out.println(c);
public static ClusterStatusProtos.RegionState.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static ClusterStatusProtos.RegionState.State valueOf(int value)
forNumber(int) instead.public static ClusterStatusProtos.RegionState.State forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ClusterStatusProtos.RegionState.State> internalGetValueMap()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ClusterStatusProtos.RegionState.State valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.