Class ClusterMetrics
java.lang.Object
org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model.ClusterMetrics
Exposes a subset of fields from
ClusterMetrics
.-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<ServerName>
private final String
private final String
private final ServerName
-
Constructor Summary
ModifierConstructorDescriptionprivate
ClusterMetrics
(String hbaseVersion, String clusterId, ServerName masterName, List<ServerName> backupMasterNames) -
Method Summary
-
Field Details
-
hbaseVersion
-
clusterId
-
masterName
-
backupMasterNames
-
-
Constructor Details
-
ClusterMetrics
private ClusterMetrics(String hbaseVersion, String clusterId, ServerName masterName, List<ServerName> backupMasterNames)
-
-
Method Details
-
from
-
getHBaseVersion
-
getClusterId
-
getMasterName
-
getBackupMasterNames
-