org.hbase.async.generated
Interface ZooKeeperPB.TableOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ZooKeeperPB.Table, ZooKeeperPB.Table.Builder
Enclosing class:
ZooKeeperPB

public static interface ZooKeeperPB.TableOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 ZooKeeperPB.Table.State getState()
          required .Table.State state = 1 [default = ENABLED];
 boolean hasState()
          required .Table.State state = 1 [default = ENABLED];
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasState

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.
 


getState

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.
 



Copyright © 2010-2015, The Async HBase Authors