Uses of Class
org.apache.hadoop.hbase.master.RegionState.State

Packages that use RegionState.State
org.apache.hadoop.hbase.master   
 

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

Methods in org.apache.hadoop.hbase.master that return RegionState.State
static RegionState.State RegionState.State.convert(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState.State protoState)
          Convert a protobuf HBaseProtos.RegionState.State to a RegionState.State
static RegionState.State RegionState.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RegionState.State[] RegionState.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.