|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HServerInfo | |
---|---|
org.apache.hadoop.hbase | Provides Hbase, the Hadoop simple database. |
Uses of HServerInfo in org.apache.hadoop.hbase |
---|
Fields in org.apache.hadoop.hbase declared as HServerInfo | |
---|---|
protected HServerInfo |
HRegionServer.serverInfo
|
Methods in org.apache.hadoop.hbase that return HServerInfo | |
---|---|
HServerInfo |
HRegionServer.getServerInfo()
|
Methods in org.apache.hadoop.hbase that return types with arguments of type HServerInfo | |
---|---|
Map<String,HServerInfo> |
HMaster.getServersToServerInfo()
|
Methods in org.apache.hadoop.hbase with parameters of type HServerInfo | |
---|---|
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 |
HbaseMapWritable |
HMasterRegionInterface.regionServerStartup(HServerInfo info)
Called when a region server first starts |
HbaseMapWritable |
HMaster.regionServerStartup(HServerInfo serverInfo)
Called when a region server first starts |
Constructors in org.apache.hadoop.hbase with parameters of type HServerInfo | |
---|---|
HServerInfo(HServerInfo other)
Construct a new object using another as input (like a copy constructor) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |