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