public static interface ZooKeeperPB.TableOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.Table.State |
getState()
This is the table's state.
|
boolean |
hasState()
This is the table's state.
|
boolean hasState()
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.
required .Table.State state = 1 [default = ENABLED];
ZooKeeperPB.Table.State getState()
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.
required .Table.State state = 1 [default = ENABLED];
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.