public static enum ZooKeeperProtos.DeprecatedTableState.State extends Enum<ZooKeeperProtos.DeprecatedTableState.State> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
Table's current stateProtobuf enum
hbase.pb.DeprecatedTableState.State| Enum Constant and Description |
|---|
DISABLED
DISABLED = 1; |
DISABLING
DISABLING = 2; |
ENABLED
ENABLED = 0; |
ENABLING
ENABLING = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
DISABLED_VALUE
DISABLED = 1; |
static int |
DISABLING_VALUE
DISABLING = 2; |
static int |
ENABLED_VALUE
ENABLED = 0; |
static int |
ENABLING_VALUE
ENABLING = 3; |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperProtos.DeprecatedTableState.State |
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<ZooKeeperProtos.DeprecatedTableState.State> |
internalGetValueMap() |
static ZooKeeperProtos.DeprecatedTableState.State |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ZooKeeperProtos.DeprecatedTableState.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ZooKeeperProtos.DeprecatedTableState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperProtos.DeprecatedTableState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZooKeeperProtos.DeprecatedTableState.State ENABLED
ENABLED = 0;public static final ZooKeeperProtos.DeprecatedTableState.State DISABLED
DISABLED = 1;public static final ZooKeeperProtos.DeprecatedTableState.State DISABLING
DISABLING = 2;public static final ZooKeeperProtos.DeprecatedTableState.State ENABLING
ENABLING = 3;public static final int ENABLED_VALUE
ENABLED = 0;public static final int DISABLED_VALUE
DISABLED = 1;public static final int DISABLING_VALUE
DISABLING = 2;public static final int ENABLING_VALUE
ENABLING = 3;public static ZooKeeperProtos.DeprecatedTableState.State[] values()
for (ZooKeeperProtos.DeprecatedTableState.State c : ZooKeeperProtos.DeprecatedTableState.State.values()) System.out.println(c);
public static ZooKeeperProtos.DeprecatedTableState.State 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 ZooKeeperProtos.DeprecatedTableState.State valueOf(int value)
forNumber(int) instead.public static ZooKeeperProtos.DeprecatedTableState.State forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ZooKeeperProtos.DeprecatedTableState.State> 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 ZooKeeperProtos.DeprecatedTableState.State valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.