Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Field and Description |
---|---|
static ServerLoad |
ServerLoad.EMPTY_SERVERLOAD |
Modifier and Type | Method and Description |
---|---|
ServerLoad |
ClusterStatus.getLoad(ServerName sn) |
Modifier and Type | Method and Description |
---|---|
ClusterStatus.Builder |
ClusterStatus.Builder.setLiveServers(Map<ServerName,ServerLoad> liveServers) |
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)
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
(HBASE-15511).
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.