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