public static interface ZooKeeperProtos.DeprecatedTableStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ZooKeeperProtos.DeprecatedTableState.State |
getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. |
boolean |
hasState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. |
boolean hasState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. If no znode for a table, its state is presumed enabled. See o.a.h.h.zookeeper.ZKTable class for more.
ZooKeeperProtos.DeprecatedTableState.State getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED];
This is the table's state. If no znode for a table, its state is presumed enabled. See o.a.h.h.zookeeper.ZKTable class for more.
Copyright © 2007–2019. All rights reserved.