ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableStateOrBuilder.getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state.
|
ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableState.getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state.
|
ZooKeeperProtos.DeprecatedTableState.State |
ZooKeeperProtos.DeprecatedTableState.Builder.getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state.
|
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)
返回带有指定名称的该类型的枚举常量。
|
static ZooKeeperProtos.DeprecatedTableState.State[] |
ZooKeeperProtos.DeprecatedTableState.State.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|