public interface MetricsMasterWrapper
| Modifier and Type | Method and Description | 
|---|---|
long | 
getActiveTime()
Get the hbase master active time 
 | 
double | 
getAverageLoad()
Get Average Load 
 | 
String | 
getClusterId()
Get the Cluster ID 
 | 
String[] | 
getCoprocessors()
Get the co-processors 
 | 
String | 
getDeadRegionServers()
Get the dead region servers 
 | 
boolean | 
getIsActiveMaster()
Whether this master is the active master 
 | 
long | 
getMasterInitializationTime()
Get the time in Millis when the master finished initializing/becoming the active master 
 | 
long | 
getMergePlanCount()
Get the number of region merge plans executed. 
 | 
int | 
getNumDeadRegionServers()
Get the number of dead region servers 
 | 
int | 
getNumRegionServers()
Get the number of live region servers 
 | 
long | 
getNumWALFiles()
Get the number of master WAL files. 
 | 
String | 
getRegionServers()
Get the live region servers 
 | 
String | 
getServerName()
Get ServerName 
 | 
long | 
getSplitPlanCount()
Get the number of region split plans executed. 
 | 
long | 
getStartTime()
Get hbase master start time 
 | 
String | 
getZookeeperQuorum()
Get the Zookeeper Quorum Info 
 | 
String getServerName()
double getAverageLoad()
String getClusterId()
String getZookeeperQuorum()
String[] getCoprocessors()
long getStartTime()
long getActiveTime()
boolean getIsActiveMaster()
String getRegionServers()
int getNumRegionServers()
String getDeadRegionServers()
int getNumDeadRegionServers()
long getNumWALFiles()
long getSplitPlanCount()
long getMergePlanCount()
long getMasterInitializationTime()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.