public static final class ZooKeeperPB.Table.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder> implements ZooKeeperPB.TableOrBuilder
The znode that holds state of table.Protobuf type
Table
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.Table.Builder |
clearState()
This is the table's state.
|
ZooKeeperPB.Table.State |
getState()
This is the table's state.
|
boolean |
hasState()
This is the table's state.
|
ZooKeeperPB.Table.Builder |
setState(ZooKeeperPB.Table.State value)
This is the table's state.
|
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public 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];
hasState
in interface ZooKeeperPB.TableOrBuilder
public 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];
getState
in interface ZooKeeperPB.TableOrBuilder
public ZooKeeperPB.Table.Builder setState(ZooKeeperPB.Table.State value)
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];
public ZooKeeperPB.Table.Builder clearState()
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.