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