public static final class ZooKeeperProtos.Table.Builder extends <any> implements ZooKeeperProtos.TableOrBuilder
Table
 The znode that holds state of table.
| Modifier and Type | Method and Description | 
|---|---|
ZooKeeperProtos.Table | 
build()  | 
ZooKeeperProtos.Table | 
buildPartial()  | 
ZooKeeperProtos.Table.Builder | 
clear()  | 
ZooKeeperProtos.Table.Builder | 
clearState()
required .Table.State state = 1 [default = ENABLED]; | 
ZooKeeperProtos.Table.Builder | 
clone()  | 
ZooKeeperProtos.Table | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
ZooKeeperProtos.Table.State | 
getState()
required .Table.State state = 1 [default = ENABLED]; | 
boolean | 
hasState()
required .Table.State state = 1 [default = ENABLED]; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
ZooKeeperProtos.Table.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
ZooKeeperProtos.Table.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
ZooKeeperProtos.Table.Builder | 
setState(ZooKeeperProtos.Table.State value)
required .Table.State state = 1 [default = ENABLED]; | 
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public ZooKeeperProtos.Table.Builder clear()
public ZooKeeperProtos.Table.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public ZooKeeperProtos.Table getDefaultInstanceForType()
public ZooKeeperProtos.Table build()
public ZooKeeperProtos.Table buildPartial()
public ZooKeeperProtos.Table.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public ZooKeeperProtos.Table.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic 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 ZooKeeperProtos.TableOrBuilderpublic ZooKeeperProtos.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 ZooKeeperProtos.TableOrBuilderpublic ZooKeeperProtos.Table.Builder setState(ZooKeeperProtos.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 ZooKeeperProtos.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.