|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HMsg | |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.ipc | |
| 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.CALL_SERVER_STARTUP
|
static HMsg[] |
HMsg.EMPTY_HMSG_ARRAY
|
static HMsg |
HMsg.REGIONSERVER_QUIESCE
|
static HMsg |
HMsg.REGIONSERVER_STOP
|
static HMsg |
HMsg.REPORT_EXITING
|
static HMsg |
HMsg.REPORT_QUIESCED
|
| 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 | |
|---|---|
HMsg[] |
HMaster.regionServerReport(HServerInfo serverInfo,
HMsg[] msgs,
HRegionInfo[] mostLoadedRegions)
|
| Methods in org.apache.hadoop.hbase.master with parameters of type HMsg | |
|---|---|
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 List<HMsg> |
HRegionServer.getOutboundMsgs()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||