Uses of Class
org.hbase.async.generated.ZooKeeperPB.Table.State

Packages that use ZooKeeperPB.Table.State
org.hbase.async.generated   
 

Uses of ZooKeeperPB.Table.State in org.hbase.async.generated
 

Methods in org.hbase.async.generated that return ZooKeeperPB.Table.State
 ZooKeeperPB.Table.State ZooKeeperPB.TableOrBuilder.getState()
          required .Table.State state = 1 [default = ENABLED];
 ZooKeeperPB.Table.State ZooKeeperPB.Table.getState()
          required .Table.State state = 1 [default = ENABLED];
 ZooKeeperPB.Table.State ZooKeeperPB.Table.Builder.getState()
          required .Table.State state = 1 [default = ENABLED];
static ZooKeeperPB.Table.State ZooKeeperPB.Table.State.valueOf(int value)
           
static ZooKeeperPB.Table.State ZooKeeperPB.Table.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZooKeeperPB.Table.State[] ZooKeeperPB.Table.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hbase.async.generated that return types with arguments of type ZooKeeperPB.Table.State
static com.google.protobuf.Internal.EnumLiteMap<ZooKeeperPB.Table.State> ZooKeeperPB.Table.State.internalGetValueMap()
           
 

Methods in org.hbase.async.generated with parameters of type ZooKeeperPB.Table.State
 ZooKeeperPB.Table.Builder ZooKeeperPB.Table.Builder.setState(ZooKeeperPB.Table.State value)
          required .Table.State state = 1 [default = ENABLED];
 



Copyright © 2010-2015, The Async HBase Authors