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

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

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

Methods in org.apache.hadoop.hbase.master that return AssignmentManager.RegionState.State
 AssignmentManager.RegionState.State AssignmentManager.RegionState.getState()
           
static AssignmentManager.RegionState.State AssignmentManager.RegionState.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssignmentManager.RegionState.State[] AssignmentManager.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 AssignmentManager.RegionState.State
 void AssignmentManager.RegionState.update(AssignmentManager.RegionState.State state)
           
 void AssignmentManager.RegionState.update(AssignmentManager.RegionState.State state, long stamp)
           
 



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