Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState.State

Packages that use ClusterStatusProtos.RegionState.State
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ClusterStatusProtos.RegionState.State in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return ClusterStatusProtos.RegionState.State
 ClusterStatusProtos.RegionState.State RegionState.State.convert()
          Convert to protobuf ClusterStatusProtos.RegionState.State
 

Methods in org.apache.hadoop.hbase.master with parameters of type ClusterStatusProtos.RegionState.State
static RegionState.State RegionState.State.convert(ClusterStatusProtos.RegionState.State protoState)
          Convert a protobuf HBaseProtos.RegionState.State to a RegionState.State
 

Uses of ClusterStatusProtos.RegionState.State in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.RegionState.State
 ClusterStatusProtos.RegionState.State ClusterStatusProtos.RegionStateOrBuilder.getState()
          required .RegionState.State state = 2;
 ClusterStatusProtos.RegionState.State ClusterStatusProtos.RegionState.getState()
          required .RegionState.State state = 2;
 ClusterStatusProtos.RegionState.State ClusterStatusProtos.RegionState.Builder.getState()
          required .RegionState.State state = 2;
 ClusterStatusProtos.RegionState.State ZooKeeperProtos.MetaRegionServerOrBuilder.getState()
          optional .RegionState.State state = 3;
 ClusterStatusProtos.RegionState.State ZooKeeperProtos.MetaRegionServer.getState()
          optional .RegionState.State state = 3;
 ClusterStatusProtos.RegionState.State ZooKeeperProtos.MetaRegionServer.Builder.getState()
          optional .RegionState.State state = 3;
static ClusterStatusProtos.RegionState.State ClusterStatusProtos.RegionState.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ClusterStatusProtos.RegionState.State ClusterStatusProtos.RegionState.State.valueOf(int value)
           
static ClusterStatusProtos.RegionState.State ClusterStatusProtos.RegionState.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClusterStatusProtos.RegionState.State[] ClusterStatusProtos.RegionState.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 ClusterStatusProtos.RegionState.State
static com.google.protobuf.Internal.EnumLiteMap<ClusterStatusProtos.RegionState.State> ClusterStatusProtos.RegionState.State.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.RegionState.State
 ClusterStatusProtos.RegionState.Builder ClusterStatusProtos.RegionState.Builder.setState(ClusterStatusProtos.RegionState.State value)
          required .RegionState.State state = 2;
 ZooKeeperProtos.MetaRegionServer.Builder ZooKeeperProtos.MetaRegionServer.Builder.setState(ClusterStatusProtos.RegionState.State value)
          optional .RegionState.State state = 3;
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.