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

Packages that use HServerInfo
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

Uses of HServerInfo in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as HServerInfo
protected  HServerInfo HRegionServer.serverInfo
           
 

Methods in org.apache.hadoop.hbase with parameters of type HServerInfo
 HMsg[] HMasterRegionInterface.regionServerReport(HServerInfo info, HMsg[] msgs)
           
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs)
          
 void HMasterRegionInterface.regionServerStartup(HServerInfo info)
           
 void HMaster.regionServerStartup(HServerInfo serverInfo)
          
 

Constructors in org.apache.hadoop.hbase with parameters of type HServerInfo
HServerInfo(HServerInfo other)
           
 



Copyright © 2006 The Apache Software Foundation