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

Packages that use HMsg
org.apache.hadoop.hbase   
 

Uses of HMsg in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HMsg
 HMsg[] HMasterRegionInterface.regionServerReport(HServerInfo info, HMsg[] msgs)
          Called to renew lease, tell master what the region server is doing and to receive new instructions from the master
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs)
          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 that return types with arguments of type HMsg
protected  List<HMsg> HRegionServer.getOutboundMsgs()
           
 

Methods in org.apache.hadoop.hbase with parameters of type HMsg
 HMsg[] HMasterRegionInterface.regionServerReport(HServerInfo info, HMsg[] msgs)
          Called to renew lease, tell master what the region server is doing and to receive new instructions from the master
 HMsg[] HMaster.regionServerReport(HServerInfo serverInfo, HMsg[] msgs)
          Called to renew lease, tell master what the region server is doing and to receive new instructions from the master
 



Copyright © 2008 The Apache Software Foundation