org.apache.hadoop.hbase.master.metrics
Class MasterStatistics

java.lang.Object
  extended by org.apache.hadoop.metrics.util.MetricsDynamicMBeanBase
      extended by org.apache.hadoop.hbase.metrics.MetricsMBeanBase
          extended by org.apache.hadoop.hbase.master.metrics.MasterStatistics
All Implemented Interfaces:
DynamicMBean

public class MasterStatistics
extends MetricsMBeanBase

Exports the MasterMetrics statistics as an MBean for JMX.


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.metrics.MetricsMBeanBase
description, extendedAttributes, extendedInfo, registry, registryLength
 
Constructor Summary
MasterStatistics(org.apache.hadoop.metrics.util.MetricsRegistry registry)
           
 
Method Summary
 void shutdown()
           
 
Methods inherited from class org.apache.hadoop.hbase.metrics.MetricsMBeanBase
getAttribute, getMBeanInfo, init
 
Methods inherited from class org.apache.hadoop.metrics.util.MetricsDynamicMBeanBase
getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterStatistics

public MasterStatistics(org.apache.hadoop.metrics.util.MetricsRegistry registry)
Method Detail

shutdown

public void shutdown()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.