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

Packages that use HServerLoad
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
 

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.avro
 

Methods in org.apache.hadoop.hbase.avro with parameters of type HServerLoad
static AServerLoad AvroUtil.hslToASL(HServerLoad hsl)
           
 



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