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

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

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(ClusterStatusProtos.RegionState.State protoState)
          Convert a protobuf HBaseProtos.RegionState.State to a 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.
 

Methods in org.apache.hadoop.hbase.master with parameters of type RegionState.State
static boolean RegionState.isUnassignable(RegionState.State state)
          Check if a region state is one of offline states that can't transition to pending_close/closing (unassign/offline)
 

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)
           
RegionState(HRegionInfo region, RegionState.State state, ServerName serverName)
           
 

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

Methods in org.apache.hadoop.hbase.zookeeper with parameters of type RegionState.State
static void MetaRegionTracker.setMetaLocation(ZooKeeperWatcher zookeeper, ServerName location, RegionState.State regionState)
          Sets the location of hbase:meta in ZooKeeper to the specified server address.
 



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