@InterfaceAudience.Private 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. | 
| Map<String,Map.Entry<Long,Long>> | getNamespaceSpaceUtilization()Gets the space usage and limit for each namespace. | 
| 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 | 
| Map<String,Map.Entry<Long,Long>> | getTableSpaceUtilization()Gets the space usage and limit for each table. | 
| String | getZookeeperQuorum()Get the ZooKeeper Quorum Info | 
| boolean | isRunning()Returns if the master is currently running and is not attempting to shutdown. | 
boolean isRunning()
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()
Map<String,Map.Entry<Long,Long>> getTableSpaceUtilization()
Map<String,Map.Entry<Long,Long>> getNamespaceSpaceUtilization()
long getMasterInitializationTime()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.