@InterfaceAudience.Private public class MetricsMasterWrapperImpl extends Object implements org.apache.hadoop.hbase.master.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 org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic long getSplitPlanCount()
getSplitPlanCount in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic long getMergePlanCount()
getMergePlanCount in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic long getMasterInitializationTime()
getMasterInitializationTime in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic String getClusterId()
getClusterId in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic String getZookeeperQuorum()
getZookeeperQuorum in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic String[] getCoprocessors()
getCoprocessors in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic long getStartTime()
getStartTime in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic long getActiveTime()
getActiveTime in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic String getRegionServers()
getRegionServers in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic int getNumRegionServers()
getNumRegionServers in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic String getDeadRegionServers()
getDeadRegionServers in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic int getNumDeadRegionServers()
getNumDeadRegionServers in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic String getServerName()
getServerName in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic boolean getIsActiveMaster()
getIsActiveMaster in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic long getNumWALFiles()
getNumWALFiles in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperpublic Map<String,Map.Entry<Long,Long>> getTableSpaceUtilization()
getTableSpaceUtilization in interface org.apache.hadoop.hbase.master.MetricsMasterWrapperCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.