public static final class ZooKeeperPB.Table.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder> implements ZooKeeperPB.TableOrBuilder
Table
The znode that holds state of table.
Modifier and Type | Method and Description |
---|---|
ZooKeeperPB.Table |
build() |
ZooKeeperPB.Table |
buildPartial() |
ZooKeeperPB.Table.Builder |
clear() |
ZooKeeperPB.Table.Builder |
clearState()
required .Table.State state = 1 [default = ENABLED]; |
ZooKeeperPB.Table.Builder |
clone() |
ZooKeeperPB.Table |
getDefaultInstanceForType() |
ZooKeeperPB.Table.State |
getState()
required .Table.State state = 1 [default = ENABLED]; |
boolean |
hasState()
required .Table.State state = 1 [default = ENABLED]; |
boolean |
isInitialized() |
ZooKeeperPB.Table.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperPB.Table.Builder |
mergeFrom(ZooKeeperPB.Table other) |
ZooKeeperPB.Table.Builder |
setState(ZooKeeperPB.Table.State value)
required .Table.State state = 1 [default = ENABLED]; |
public ZooKeeperPB.Table.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>
public ZooKeeperPB.Table.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>
public ZooKeeperPB.Table getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>
public ZooKeeperPB.Table build()
build
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperPB.Table buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ZooKeeperPB.Table.Builder mergeFrom(ZooKeeperPB.Table other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ZooKeeperPB.Table.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.Table.Builder>
IOException
public 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.
hasState
in interface ZooKeeperPB.TableOrBuilder
public 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.
getState
in interface ZooKeeperPB.TableOrBuilder
public ZooKeeperPB.Table.Builder setState(ZooKeeperPB.Table.State value)
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.
public ZooKeeperPB.Table.Builder clearState()
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