ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableStateOrBuilder.getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
|
ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableState.getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
|
ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableState.Builder.getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
|
static ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableState.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableState.State.valueOf(int value) |
static ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooKeeperProtos.DeprecatedTableState.State[] |
ZooKeeperProtos.DeprecatedTableState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|