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

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

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

Methods in org.hbase.async.generated that return ZooKeeperPB.ReplicationState.State
 ZooKeeperPB.ReplicationState.State ZooKeeperPB.ReplicationStateOrBuilder.getState()
          required .ReplicationState.State state = 1;
 ZooKeeperPB.ReplicationState.State ZooKeeperPB.ReplicationState.getState()
          required .ReplicationState.State state = 1;
 ZooKeeperPB.ReplicationState.State ZooKeeperPB.ReplicationState.Builder.getState()
          required .ReplicationState.State state = 1;
static ZooKeeperPB.ReplicationState.State ZooKeeperPB.ReplicationState.State.valueOf(int value)
           
static ZooKeeperPB.ReplicationState.State ZooKeeperPB.ReplicationState.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZooKeeperPB.ReplicationState.State[] ZooKeeperPB.ReplicationState.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.ReplicationState.State
static com.google.protobuf.Internal.EnumLiteMap<ZooKeeperPB.ReplicationState.State> ZooKeeperPB.ReplicationState.State.internalGetValueMap()
           
 

Methods in org.hbase.async.generated with parameters of type ZooKeeperPB.ReplicationState.State
 ZooKeeperPB.ReplicationState.Builder ZooKeeperPB.ReplicationState.Builder.setState(ZooKeeperPB.ReplicationState.State value)
          required .ReplicationState.State state = 1;
 



Copyright © 2010-2015, The Async HBase Authors