Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState.State

Uses of ZooKeeperProtos.ReplicationState.State in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ZooKeeperProtos.ReplicationState.State
 ZooKeeperProtos.ReplicationState.State ZooKeeperProtos.ReplicationStateOrBuilder.getState()
          required .ReplicationState.State state = 1;
 ZooKeeperProtos.ReplicationState.State ZooKeeperProtos.ReplicationState.getState()
          required .ReplicationState.State state = 1;
 ZooKeeperProtos.ReplicationState.State ZooKeeperProtos.ReplicationState.Builder.getState()
          required .ReplicationState.State state = 1;
static ZooKeeperProtos.ReplicationState.State ZooKeeperProtos.ReplicationState.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ZooKeeperProtos.ReplicationState.State ZooKeeperProtos.ReplicationState.State.valueOf(int value)
           
static ZooKeeperProtos.ReplicationState.State ZooKeeperProtos.ReplicationState.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZooKeeperProtos.ReplicationState.State[] ZooKeeperProtos.ReplicationState.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ZooKeeperProtos.ReplicationState.State
static com.google.protobuf.Internal.EnumLiteMap<ZooKeeperProtos.ReplicationState.State> ZooKeeperProtos.ReplicationState.State.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ZooKeeperProtos.ReplicationState.State
 ZooKeeperProtos.ReplicationState.Builder ZooKeeperProtos.ReplicationState.Builder.setState(ZooKeeperProtos.ReplicationState.State value)
          required .ReplicationState.State state = 1;
 



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