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

Packages that use HServerInfo
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
 

Uses of HServerInfo in org.apache.hadoop.hbase
 

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

Constructors in org.apache.hadoop.hbase with parameters of type HServerInfo
HServerInfo(HServerInfo other)
          Construct a new object using another as input (like a copy constructor)
 

Uses of HServerInfo in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type HServerInfo
 HMsg[] HMasterRegionInterface.regionServerReport(HServerInfo info, HMsg[] msgs, HRegionInfo[] mostLoadedRegions)
          Called to renew lease, tell master what the region server is doing and to receive new instructions from the master
 org.apache.hadoop.io.MapWritable HMasterRegionInterface.regionServerStartup(HServerInfo info)
          Called when a region server first starts
 

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

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

Methods in org.apache.hadoop.hbase.master with parameters of type HServerInfo
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs, HRegionInfo[] mostLoadedRegions)
           
 org.apache.hadoop.io.MapWritable HMaster.regionServerStartup(HServerInfo serverInfo)
           
 

Uses of HServerInfo in org.apache.hadoop.hbase.regionserver
 

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

Methods in org.apache.hadoop.hbase.regionserver that return HServerInfo
 HServerInfo HRegionServer.getServerInfo()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type HServerInfo
static String HLog.getHLogDirectoryName(HServerInfo info)
          Construct the HLog directory name
 



Copyright © 2008 The Apache Software Foundation