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   
org.apache.hadoop.hbase.zookeeper   
 

Uses of HServerInfo in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return types with arguments of type HServerInfo
 Collection<HServerInfo> ClusterStatus.getServerInfo()
          Returns detailed region server information: A list of HServerInfo, containing server load and resource usage statistics as HServerLoad, containing per-region statistics as HServerLoad.RegionLoad.
 

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

Method parameters in org.apache.hadoop.hbase with type arguments of type HServerInfo
 void ClusterStatus.setServerInfo(Collection<HServerInfo> serverInfo)
           
 

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 that return HServerInfo
 HServerInfo HRegionInterface.getHServerInfo()
          Method used when a master is taking the place of another failed one.
 

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<HServerAddress,HServerInfo> HMaster.getServerAddressToServerInfo()
           
 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.getHServerInfo()
          Method used when a master is taking the place of another failed one.
 

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

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

Methods in org.apache.hadoop.hbase.zookeeper with parameters of type HServerInfo
 boolean ZooKeeperWrapper.updateRSLocationGetWatch(HServerInfo info, org.apache.zookeeper.Watcher watcher)
          Update the RS address and set a watcher on the znode
 boolean ZooKeeperWrapper.writeRSLocation(HServerInfo info)
          Write in ZK this RS startCode and address.
 



Copyright © 2010 The Apache Software Foundation