@InterfaceAudience.Private public class MetricsMasterWrapperImpl extends Object implements MetricsMasterWrapper
| Constructor and Description |
|---|
MetricsMasterWrapperImpl(HMaster master) |
| Modifier and Type | Method and Description |
|---|---|
long |
getActiveTime() |
double |
getAverageLoad() |
String |
getClusterId() |
String[] |
getCoprocessors() |
String |
getDeadRegionServers() |
boolean |
getIsActiveMaster() |
long |
getMasterInitializationTime() |
long |
getMergePlanCount() |
Map<String,Map.Entry<Long,Long>> |
getNamespaceSpaceUtilization() |
int |
getNumDeadRegionServers() |
int |
getNumRegionServers() |
long |
getNumWALFiles() |
String |
getRegionServers() |
String |
getServerName() |
long |
getSplitPlanCount() |
long |
getStartTime() |
Map<String,Map.Entry<Long,Long>> |
getTableSpaceUtilization() |
String |
getZookeeperQuorum() |
public MetricsMasterWrapperImpl(HMaster master)
public double getAverageLoad()
getAverageLoad in interface MetricsMasterWrapperpublic long getSplitPlanCount()
getSplitPlanCount in interface MetricsMasterWrapperpublic long getMergePlanCount()
getMergePlanCount in interface MetricsMasterWrapperpublic long getMasterInitializationTime()
getMasterInitializationTime in interface MetricsMasterWrapperpublic String getClusterId()
getClusterId in interface MetricsMasterWrapperpublic String getZookeeperQuorum()
getZookeeperQuorum in interface MetricsMasterWrapperpublic String[] getCoprocessors()
getCoprocessors in interface MetricsMasterWrapperpublic long getStartTime()
getStartTime in interface MetricsMasterWrapperpublic long getActiveTime()
getActiveTime in interface MetricsMasterWrapperpublic String getRegionServers()
getRegionServers in interface MetricsMasterWrapperpublic int getNumRegionServers()
getNumRegionServers in interface MetricsMasterWrapperpublic String getDeadRegionServers()
getDeadRegionServers in interface MetricsMasterWrapperpublic int getNumDeadRegionServers()
getNumDeadRegionServers in interface MetricsMasterWrapperpublic String getServerName()
getServerName in interface MetricsMasterWrapperpublic boolean getIsActiveMaster()
getIsActiveMaster in interface MetricsMasterWrapperpublic long getNumWALFiles()
getNumWALFiles in interface MetricsMasterWrapperpublic Map<String,Map.Entry<Long,Long>> getTableSpaceUtilization()
getTableSpaceUtilization in interface MetricsMasterWrapperpublic Map<String,Map.Entry<Long,Long>> getNamespaceSpaceUtilization()
getNamespaceSpaceUtilization in interface MetricsMasterWrapperCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.