| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase |
| 限定符和类型 | 字段和说明 |
|---|---|
static ServerLoad |
ServerLoad.EMPTY_SERVERLOAD
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
ServerMetricsBuilder.of(ServerName) instead. |
| 限定符和类型 | 方法和说明 |
|---|---|
ServerLoad |
ClusterStatus.getLoad(ServerName sn)
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
ClusterStatus.getLiveServerMetrics() instead. |
| 构造器和说明 |
|---|
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)
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.