Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Field and Description |
---|---|
static ServerLoad |
ServerLoad.EMPTY_SERVERLOAD
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0 Use
ServerMetricsBuilder.of(ServerName) instead. |
Modifier and Type | Method and Description |
---|---|
ServerLoad |
ClusterStatus.getLoad(ServerName sn)
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0 Use
ClusterStatus.getLiveServerMetrics() instead. |
Modifier and Type | Method and Description |
---|---|
private Map<ServerName,ServerLoad> |
ClusterStatus.getLiveServerLoads()
Deprecated.
|
Constructor and Description |
---|
ClusterStatus(String hbaseVersion,
String clusterid,
Map<ServerName,ServerLoad> servers,
Collection<ServerName> deadServers,
ServerName master,
Collection<ServerName> backupMasters,
List<RegionState> rit,
String[] masterCoprocessors,
Boolean balancerOn,
int masterInfoPort)
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.