org.hbase.async.generated
Class ZooKeeperPB.Table.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>
          extended by org.hbase.async.generated.ZooKeeperPB.Table.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, ZooKeeperPB.TableOrBuilder
Enclosing class:
ZooKeeperPB.Table

public static final class ZooKeeperPB.Table.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>
implements ZooKeeperPB.TableOrBuilder

Protobuf type Table


 The znode that holds state of table.
 


Method Summary
 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];
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public ZooKeeperPB.Table.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>

clone

public ZooKeeperPB.Table.Builder clone()
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>

getDefaultInstanceForType

public ZooKeeperPB.Table getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>

build

public ZooKeeperPB.Table build()
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ZooKeeperPB.Table buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ZooKeeperPB.Table.Builder mergeFrom(ZooKeeperPB.Table other)
Specified by:
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ZooKeeperPB.Table,ZooKeeperPB.Table.Builder>

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

mergeFrom

public ZooKeeperPB.Table.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ZooKeeperPB.Table.Builder>
Throws:
IOException

hasState

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.
 

Specified by:
hasState in interface ZooKeeperPB.TableOrBuilder

getState

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.
 

Specified by:
getState in interface ZooKeeperPB.TableOrBuilder

setState

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.
 


clearState

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-2015, The Async HBase Authors