|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HServerLoad | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.avro | Provides an HBase Avro service. |
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.hbase.master |
Uses of HServerLoad in org.apache.hadoop.hbase |
---|
Fields in org.apache.hadoop.hbase declared as HServerLoad | |
---|---|
static HServerLoad |
HServerLoad.EMPTY_HSERVERLOAD
|
Methods in org.apache.hadoop.hbase that return HServerLoad | |
---|---|
HServerLoad |
ClusterStatus.getLoad(ServerName sn)
|
Methods in org.apache.hadoop.hbase with parameters of type HServerLoad | |
---|---|
int |
HServerLoad.compareTo(HServerLoad o)
|
Constructors in org.apache.hadoop.hbase with parameters of type HServerLoad | |
---|---|
HServerLoad(HServerLoad hsl)
Constructor |
Constructor parameters in org.apache.hadoop.hbase with type arguments of type HServerLoad | |
---|---|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,HServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
Map<String,AssignmentManager.RegionState> rit,
String[] masterCoprocessors)
|
Uses of HServerLoad in org.apache.hadoop.hbase.avro |
---|
Methods in org.apache.hadoop.hbase.avro with parameters of type HServerLoad | |
---|---|
static AServerInfo |
AvroUtil.hsiToASI(ServerName sn,
HServerLoad hsl)
|
static AServerLoad |
AvroUtil.hslToASL(HServerLoad hsl)
|
Uses of HServerLoad in org.apache.hadoop.hbase.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc with parameters of type HServerLoad | |
---|---|
void |
HMasterRegionInterface.regionServerReport(byte[] sn,
HServerLoad hsl)
|
Uses of HServerLoad in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return HServerLoad | |
---|---|
HServerLoad |
ServerManager.getLoad(HServerAddress address)
Deprecated. Use ServerManager.getLoad(HServerAddress) |
HServerLoad |
ServerManager.getLoad(ServerName serverName)
|
Methods in org.apache.hadoop.hbase.master that return types with arguments of type HServerLoad | |
---|---|
Map<ServerName,HServerLoad> |
ServerManager.getOnlineServers()
|
Map<String,HServerLoad> |
MXBeanImpl.getRegionServers()
|
Map<String,HServerLoad> |
MXBean.getRegionServers()
Get the live region servers |
Methods in org.apache.hadoop.hbase.master with parameters of type HServerLoad | |
---|---|
void |
HMaster.regionServerReport(byte[] sn,
HServerLoad hsl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |