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

Packages that use HServerInfo
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
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.regionserver.wal   
org.apache.hadoop.hbase.replication.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)
          Copy-constructor
 

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

Methods in org.apache.hadoop.hbase.avro with parameters of type HServerInfo
static AServerInfo AvroUtil.hsiToASI(HServerInfo hsi)
           
 

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
 

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

Methods in org.apache.hadoop.hbase.master that return HServerInfo
 HServerInfo ServerManager.getHServerInfo(HServerAddress hsa)
           
 HServerInfo ServerManager.getServerInfo(String name)
           
 

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

Methods in org.apache.hadoop.hbase.master with parameters of type HServerInfo
protected  HMsg[] HMaster.adornRegionServerAnswer(HServerInfo hsi, HMsg[] msgs)
          Override if you'd add messages to return to regionserver hsi or to send an exception.
 void RegionManager.applyActions(HServerInfo serverInfo, ArrayList<HMsg> returnMsgs)
          Send messages to the given region server asking it to split any regions in 'regionsToSplit', etc.
 boolean RegionServerOperationListener.process(HServerInfo serverInfo, HMsg incomingMsg)
          Called for each message passed the master.
 void ServerManager.processRegionOpen(HServerInfo serverInfo, HRegionInfo region, ArrayList<HMsg> returnMsgs)
           
 void ServerManager.recordNewServer(HServerInfo info)
          Adds the HSI to the RS list and creates an empty load
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs, HRegionInfo[] mostLoadedRegions)
           
 org.apache.hadoop.io.MapWritable HMaster.regionServerStartup(HServerInfo serverInfo)
           
 

Constructors in org.apache.hadoop.hbase.master with parameters of type HServerInfo
ProcessRegionOpen(HMaster master, HServerInfo info, HRegionInfo regionInfo)
           
 

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.
 HServerInfo HRegionServer.getServerInfo()
           
 

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

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

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

Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type HServerInfo
Replication(org.apache.hadoop.conf.Configuration conf, HServerInfo hsi, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path logDir, org.apache.hadoop.fs.Path oldLogDir, AtomicBoolean stopRequested)
          Instantiate the replication management (if rep is enabled).
 

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 Apache Software Foundation. All Rights Reserved.