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