public static final class ZooKeeperProtos.Table extends com.google.protobuf.GeneratedMessage implements ZooKeeperProtos.TableOrBuilder
Table
 The znode that holds state of table.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ZooKeeperProtos.Table.Builder
Protobuf type  
Table | 
static class  | 
ZooKeeperProtos.Table.State
Protobuf enum  
Table.State | 
| Modifier and Type | Field and Description | 
|---|---|
static <any> | 
PARSER  | 
static int | 
STATE_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static ZooKeeperProtos.Table | 
getDefaultInstance()  | 
ZooKeeperProtos.Table | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
<any> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
ZooKeeperProtos.Table.State | 
getState()
required .Table.State state = 1 [default = ENABLED]; | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
int | 
hashCode()  | 
boolean | 
hasState()
required .Table.State state = 1 [default = ENABLED]; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static ZooKeeperProtos.Table.Builder | 
newBuilder()  | 
static ZooKeeperProtos.Table.Builder | 
newBuilder(ZooKeeperProtos.Table prototype)  | 
ZooKeeperProtos.Table.Builder | 
newBuilderForType()  | 
protected ZooKeeperProtos.Table.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static ZooKeeperProtos.Table | 
parseDelimitedFrom(InputStream input)  | 
static ZooKeeperProtos.Table | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.Table | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.Table | 
parseFrom(com.google.protobuf.ByteString data)  | 
static ZooKeeperProtos.Table | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.Table | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static ZooKeeperProtos.Table | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static ZooKeeperProtos.Table | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
ZooKeeperProtos.Table.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int STATE_FIELD_NUMBER
public static ZooKeeperProtos.Table getDefaultInstance()
public ZooKeeperProtos.Table getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
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 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 final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static ZooKeeperProtos.Table parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.Table parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.Table parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperProtos.Table parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.Table parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperProtos.Table parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.Table parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ZooKeeperProtos.Table parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperProtos.Table.Builder newBuilder()
public ZooKeeperProtos.Table.Builder newBuilderForType()
public static ZooKeeperProtos.Table.Builder newBuilder(ZooKeeperProtos.Table prototype)
public ZooKeeperProtos.Table.Builder toBuilder()
protected ZooKeeperProtos.Table.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)