Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static HServerLoad |
HServerLoad.EMPTY_HSERVERLOAD |
Modifier and Type | Method and Description |
---|---|
HServerLoad |
ClusterStatus.getLoad(ServerName sn) |
Modifier and Type | Method and Description |
---|---|
int |
HServerLoad.compareTo(HServerLoad o) |
Constructor and Description |
---|
HServerLoad(HServerLoad hsl)
Constructor
|
Constructor and Description |
---|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,HServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
Map<String,AssignmentManager.RegionState> rit,
String[] masterCoprocessors) |
Modifier and Type | Method and Description |
---|---|
static AServerInfo |
AvroUtil.hsiToASI(ServerName sn,
HServerLoad hsl) |
static AServerLoad |
AvroUtil.hslToASL(HServerLoad hsl) |
Modifier and Type | Method and Description |
---|---|
void |
HMasterRegionInterface.regionServerReport(byte[] sn,
HServerLoad hsl) |
Modifier and Type | Method and Description |
---|---|
HServerLoad |
ServerManager.getLoad(HServerAddress address)
Deprecated.
|
HServerLoad |
ServerManager.getLoad(ServerName serverName) |
Modifier and Type | Method and Description |
---|---|
Map<ServerName,HServerLoad> |
ServerManager.getOnlineServers() |
Map<String,HServerLoad> |
MXBean.getRegionServers()
Get the live region servers
|
Map<String,HServerLoad> |
MXBeanImpl.getRegionServers() |
Modifier and Type | Method and Description |
---|---|
void |
HMaster.regionServerReport(byte[] sn,
HServerLoad hsl) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.