Uses of Class
org.apache.hadoop.hbase.HServerLoad

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

Uses of HServerLoad in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HServerLoad
 HServerLoad HServerInfo.getLoad()
           
 

Methods in org.apache.hadoop.hbase with parameters of type HServerLoad
 int HServerLoad.compareTo(HServerLoad o)
           
 void HServerInfo.setLoad(HServerLoad load)
           
 

Constructors in org.apache.hadoop.hbase with parameters of type HServerLoad
HServerLoad(HServerLoad hsl)
          Constructor
 

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

Methods in org.apache.hadoop.hbase.master that return types with arguments of type HServerLoad
 Map<String,HServerLoad> HMaster.getServersToLoad()
           
 



Copyright © 2009 The Apache Software Foundation