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
 RegionState.State RegionState.getState()
           
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.
 

Constructors in org.apache.hadoop.hbase.master with parameters of type RegionState.State
RegionState(HRegionInfo region, RegionState.State state)
           
RegionState(HRegionInfo region, RegionState.State state, long stamp, ServerName serverName)
           
 



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