public static enum ClusterStatusProtos.RegionState.State extends Enum<ClusterStatusProtos.RegionState.State> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RegionState.State| 枚举常量和说明 |
|---|
CLOSED
server closed region and updated meta
CLOSED = 6; |
CLOSING
server has begun to close but not yet done
CLOSING = 5; |
FAILED_CLOSE
failed to close, and won't retry any more
FAILED_CLOSE = 10; |
FAILED_OPEN
failed to open, and won't retry any more
FAILED_OPEN = 9; |
MERGED
server completed merge of a region
MERGED = 12; |
MERGING
server started merge a region
MERGING = 11; |
MERGING_NEW
region but hasn't be created yet, or master doesn't
know it's already created
MERGING_NEW = 14; |
OFFLINE
region is in an offline state
OFFLINE = 0; |
OPEN
server opened region and updated meta
OPEN = 3; |
OPENING
server has begun to open but not yet done
OPENING = 2; |
PENDING_CLOSE
sent rpc to server to close but has not begun
PENDING_CLOSE = 4; |
PENDING_OPEN
sent rpc to server to open but has not begun
PENDING_OPEN = 1; |
SPLIT
server completed split of a region
SPLIT = 8; |
SPLITTING
server started split of a region
SPLITTING = 7; |
SPLITTING_NEW
new region to be created when RS splits a parent
SPLITTING_NEW = 13; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CLOSED_VALUE
server closed region and updated meta
CLOSED = 6; |
static int |
CLOSING_VALUE
server has begun to close but not yet done
CLOSING = 5; |
static int |
FAILED_CLOSE_VALUE
failed to close, and won't retry any more
FAILED_CLOSE = 10; |
static int |
FAILED_OPEN_VALUE
failed to open, and won't retry any more
FAILED_OPEN = 9; |
static int |
MERGED_VALUE
server completed merge of a region
MERGED = 12; |
static int |
MERGING_NEW_VALUE
region but hasn't be created yet, or master doesn't
know it's already created
MERGING_NEW = 14; |
static int |
MERGING_VALUE
server started merge a region
MERGING = 11; |
static int |
OFFLINE_VALUE
region is in an offline state
OFFLINE = 0; |
static int |
OPEN_VALUE
server opened region and updated meta
OPEN = 3; |
static int |
OPENING_VALUE
server has begun to open but not yet done
OPENING = 2; |
static int |
PENDING_CLOSE_VALUE
sent rpc to server to close but has not begun
PENDING_CLOSE = 4; |
static int |
PENDING_OPEN_VALUE
sent rpc to server to open but has not begun
PENDING_OPEN = 1; |
static int |
SPLIT_VALUE
server completed split of a region
SPLIT = 8; |
static int |
SPLITTING_NEW_VALUE
new region to be created when RS splits a parent
SPLITTING_NEW = 13; |
static int |
SPLITTING_VALUE
server started split of a region
SPLITTING = 7; |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
Use
forNumber(int) instead. |
static ClusterStatusProtos.RegionState.State |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ClusterStatusProtos.RegionState.State[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber 在接口中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 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. All rights reserved.