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

Packages that use HServerInfo
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
 

Uses of HServerInfo in org.apache.hadoop.hbase
 

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()
           
 



Copyright © 2008 The Apache Software Foundation