public static enum MasterProcedureProtos.RecoverMetaState extends Enum<MasterProcedureProtos.RecoverMetaState> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RecoverMetaState| Enum Constant and Description |
|---|
RECOVER_META_ASSIGN_REGIONS
RECOVER_META_ASSIGN_REGIONS = 2; |
RECOVER_META_PREPARE
RECOVER_META_PREPARE = 0; |
RECOVER_META_SPLIT_LOGS
RECOVER_META_SPLIT_LOGS = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
RECOVER_META_ASSIGN_REGIONS_VALUE
RECOVER_META_ASSIGN_REGIONS = 2; |
static int |
RECOVER_META_PREPARE_VALUE
RECOVER_META_PREPARE = 0; |
static int |
RECOVER_META_SPLIT_LOGS_VALUE
RECOVER_META_SPLIT_LOGS = 1; |
| Modifier and Type | Method and Description |
|---|---|
static MasterProcedureProtos.RecoverMetaState |
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.RecoverMetaState> |
internalGetValueMap() |
static MasterProcedureProtos.RecoverMetaState |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.RecoverMetaState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MasterProcedureProtos.RecoverMetaState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.RecoverMetaState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterProcedureProtos.RecoverMetaState RECOVER_META_PREPARE
RECOVER_META_PREPARE = 0;public static final MasterProcedureProtos.RecoverMetaState RECOVER_META_SPLIT_LOGS
RECOVER_META_SPLIT_LOGS = 1;public static final MasterProcedureProtos.RecoverMetaState RECOVER_META_ASSIGN_REGIONS
RECOVER_META_ASSIGN_REGIONS = 2;public static final int RECOVER_META_PREPARE_VALUE
RECOVER_META_PREPARE = 0;public static final int RECOVER_META_SPLIT_LOGS_VALUE
RECOVER_META_SPLIT_LOGS = 1;public static final int RECOVER_META_ASSIGN_REGIONS_VALUE
RECOVER_META_ASSIGN_REGIONS = 2;public static MasterProcedureProtos.RecoverMetaState[] values()
for (MasterProcedureProtos.RecoverMetaState c : MasterProcedureProtos.RecoverMetaState.values()) System.out.println(c);
public static MasterProcedureProtos.RecoverMetaState 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 MasterProcedureProtos.RecoverMetaState valueOf(int value)
forNumber(int) instead.public static MasterProcedureProtos.RecoverMetaState forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.RecoverMetaState> 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 MasterProcedureProtos.RecoverMetaState valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.