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

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

Uses of RegionState in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return types with arguments of type RegionState
 Map<String,RegionState> ClusterStatus.getRegionsInTransition()
           
 

Constructor parameters in org.apache.hadoop.hbase with type arguments of type RegionState
ClusterStatus(String hbaseVersion, String clusterid, Map<ServerName,ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, Map<String,RegionState> rit, String[] masterCoprocessors, Boolean balancerOn)
           
 

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

Methods in org.apache.hadoop.hbase.master that return RegionState
static RegionState RegionState.convert(ClusterStatusProtos.RegionState proto)
          Convert a protobuf HBaseProtos.RegionState to a RegionState
 



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