|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.REGIONSERVER_QUIESCE
|
static HMsg |
HMsg.REGIONSERVER_STOP
|
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. |
boolean |
RegionServerOperationListener.process(HServerInfo serverInfo,
HMsg incomingMsg)
Called for each message passed the master. |
HMsg[] |
HMaster.regionServerReport(HServerInfo serverInfo,
HMsg[] msgs,
HRegionInfo[] mostLoadedRegions)
|
Method parameters in org.apache.hadoop.hbase.master with type arguments of type HMsg | |
---|---|
void |
RegionManager.applyActions(HServerInfo serverInfo,
ArrayList<HMsg> returnMsgs)
Send messages to the given region server asking it to split any regions in 'regionsToSplit', etc. |
void |
ServerManager.processRegionOpen(HServerInfo serverInfo,
HRegionInfo region,
ArrayList<HMsg> returnMsgs)
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |