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

Packages that use HMsg
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 HMsg in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as HMsg
static HMsg[] HMsg.EMPTY_HMSG_ARRAY
           
static HMsg[] HMsg.STOP_REGIONSERVER_ARRAY
           
 

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

Methods in org.apache.hadoop.hbase.ipc that return HMsg
 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
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type HMsg
 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
 

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

Methods in org.apache.hadoop.hbase.master that return HMsg
protected  HMsg[] HMaster.adornRegionServerAnswer(HServerInfo hsi, HMsg[] msgs)
          Override if you'd add messages to return to regionserver hsi or to send an exception.
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs, HRegionInfo[] mostLoadedRegions)
           
 

Methods in org.apache.hadoop.hbase.master with parameters of type HMsg
protected  HMsg[] HMaster.adornRegionServerAnswer(HServerInfo hsi, HMsg[] msgs)
          Override if you'd add messages to return to regionserver hsi or to send an exception.
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs, HRegionInfo[] mostLoadedRegions)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type HMsg
protected  LinkedBlockingQueue<HMsg> HRegionServer.getOutboundMsgs()
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.