org.apache.hadoop.hbase.protobuf.generated
Interface ZooKeeperProtos.TableOrBuilder

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

public static interface ZooKeeperProtos.TableOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ZooKeeperProtos.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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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

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.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.