public static enum MasterProcedureProtos.RegionTransitionState extends Enum<MasterProcedureProtos.RegionTransitionState> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RegionTransitionState| 枚举常量和说明 |
|---|
REGION_TRANSITION_DISPATCH
REGION_TRANSITION_DISPATCH = 2; |
REGION_TRANSITION_FINISH
REGION_TRANSITION_FINISH = 3; |
REGION_TRANSITION_QUEUE
REGION_TRANSITION_QUEUE = 1; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
REGION_TRANSITION_DISPATCH_VALUE
REGION_TRANSITION_DISPATCH = 2; |
static int |
REGION_TRANSITION_FINISH_VALUE
REGION_TRANSITION_FINISH = 3; |
static int |
REGION_TRANSITION_QUEUE_VALUE
REGION_TRANSITION_QUEUE = 1; |
| 限定符和类型 | 方法和说明 |
|---|---|
static MasterProcedureProtos.RegionTransitionState |
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<MasterProcedureProtos.RegionTransitionState> |
internalGetValueMap() |
static MasterProcedureProtos.RegionTransitionState |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.RegionTransitionState |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static MasterProcedureProtos.RegionTransitionState |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MasterProcedureProtos.RegionTransitionState[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final MasterProcedureProtos.RegionTransitionState REGION_TRANSITION_QUEUE
REGION_TRANSITION_QUEUE = 1;public static final MasterProcedureProtos.RegionTransitionState REGION_TRANSITION_DISPATCH
REGION_TRANSITION_DISPATCH = 2;public static final MasterProcedureProtos.RegionTransitionState REGION_TRANSITION_FINISH
REGION_TRANSITION_FINISH = 3;public static final int REGION_TRANSITION_QUEUE_VALUE
REGION_TRANSITION_QUEUE = 1;public static final int REGION_TRANSITION_DISPATCH_VALUE
REGION_TRANSITION_DISPATCH = 2;public static final int REGION_TRANSITION_FINISH_VALUE
REGION_TRANSITION_FINISH = 3;public static MasterProcedureProtos.RegionTransitionState[] values()
for (MasterProcedureProtos.RegionTransitionState c : MasterProcedureProtos.RegionTransitionState.values()) System.out.println(c);
public static MasterProcedureProtos.RegionTransitionState 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 MasterProcedureProtos.RegionTransitionState valueOf(int value)
forNumber(int) instead.public static MasterProcedureProtos.RegionTransitionState forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.RegionTransitionState> 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 MasterProcedureProtos.RegionTransitionState valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019. All rights reserved.