public static interface ZooKeeperProtos.DeprecatedTableStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ZooKeeperProtos.DeprecatedTableState.State |
getState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED]; |
boolean |
hasState()
required .hbase.pb.DeprecatedTableState.State state = 1 [default = ENABLED]; |
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 Cloudera. All rights reserved.