public static enum MasterProcedureProtos.RegionRemoteProcedureBaseState extends Enum<MasterProcedureProtos.RegionRemoteProcedureBaseState> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RegionRemoteProcedureBaseState| Enum Constant and Description |
|---|
REGION_REMOTE_PROCEDURE_DISPATCH
REGION_REMOTE_PROCEDURE_DISPATCH = 1; |
REGION_REMOTE_PROCEDURE_DISPATCH_FAIL
REGION_REMOTE_PROCEDURE_DISPATCH_FAIL = 3; |
REGION_REMOTE_PROCEDURE_REPORT_SUCCEED
REGION_REMOTE_PROCEDURE_REPORT_SUCCEED = 2; |
REGION_REMOTE_PROCEDURE_SERVER_CRASH
REGION_REMOTE_PROCEDURE_SERVER_CRASH = 4; |
| Modifier and Type | Field and Description |
|---|---|
static int |
REGION_REMOTE_PROCEDURE_DISPATCH_FAIL_VALUE
REGION_REMOTE_PROCEDURE_DISPATCH_FAIL = 3; |
static int |
REGION_REMOTE_PROCEDURE_DISPATCH_VALUE
REGION_REMOTE_PROCEDURE_DISPATCH = 1; |
static int |
REGION_REMOTE_PROCEDURE_REPORT_SUCCEED_VALUE
REGION_REMOTE_PROCEDURE_REPORT_SUCCEED = 2; |
static int |
REGION_REMOTE_PROCEDURE_SERVER_CRASH_VALUE
REGION_REMOTE_PROCEDURE_SERVER_CRASH = 4; |
| Modifier and Type | Method and Description |
|---|---|
static MasterProcedureProtos.RegionRemoteProcedureBaseState |
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.RegionRemoteProcedureBaseState> |
internalGetValueMap() |
static MasterProcedureProtos.RegionRemoteProcedureBaseState |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.RegionRemoteProcedureBaseState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MasterProcedureProtos.RegionRemoteProcedureBaseState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.RegionRemoteProcedureBaseState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterProcedureProtos.RegionRemoteProcedureBaseState REGION_REMOTE_PROCEDURE_DISPATCH
REGION_REMOTE_PROCEDURE_DISPATCH = 1;public static final MasterProcedureProtos.RegionRemoteProcedureBaseState REGION_REMOTE_PROCEDURE_REPORT_SUCCEED
REGION_REMOTE_PROCEDURE_REPORT_SUCCEED = 2;public static final MasterProcedureProtos.RegionRemoteProcedureBaseState REGION_REMOTE_PROCEDURE_DISPATCH_FAIL
REGION_REMOTE_PROCEDURE_DISPATCH_FAIL = 3;public static final MasterProcedureProtos.RegionRemoteProcedureBaseState REGION_REMOTE_PROCEDURE_SERVER_CRASH
REGION_REMOTE_PROCEDURE_SERVER_CRASH = 4;public static final int REGION_REMOTE_PROCEDURE_DISPATCH_VALUE
REGION_REMOTE_PROCEDURE_DISPATCH = 1;public static final int REGION_REMOTE_PROCEDURE_REPORT_SUCCEED_VALUE
REGION_REMOTE_PROCEDURE_REPORT_SUCCEED = 2;public static final int REGION_REMOTE_PROCEDURE_DISPATCH_FAIL_VALUE
REGION_REMOTE_PROCEDURE_DISPATCH_FAIL = 3;public static final int REGION_REMOTE_PROCEDURE_SERVER_CRASH_VALUE
REGION_REMOTE_PROCEDURE_SERVER_CRASH = 4;public static MasterProcedureProtos.RegionRemoteProcedureBaseState[] values()
for (MasterProcedureProtos.RegionRemoteProcedureBaseState c : MasterProcedureProtos.RegionRemoteProcedureBaseState.values()) System.out.println(c);
public static MasterProcedureProtos.RegionRemoteProcedureBaseState 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.RegionRemoteProcedureBaseState valueOf(int value)
forNumber(int) instead.public static MasterProcedureProtos.RegionRemoteProcedureBaseState forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.RegionRemoteProcedureBaseState> 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.RegionRemoteProcedureBaseState valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.