public static interface ZooKeeperPB.TableOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.Table.State |
getState()
required .Table.State state = 1 [default = ENABLED]; |
boolean |
hasState()
required .Table.State state = 1 [default = ENABLED]; |
boolean hasState()
required .Table.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.
ZooKeeperPB.Table.State getState()
required .Table.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 © 2010-2017, The Async HBase Authors