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.master.metrics.MasterStatistics
All Implemented Interfaces:
DynamicMBean

public class MasterStatistics
extends org.apache.hadoop.metrics.util.MetricsDynamicMBeanBase

Exports the MasterMetrics statistics as an MBean for JMX.


Constructor Summary
MasterStatistics(org.apache.hadoop.metrics.util.MetricsRegistry registry)
           
 
Method Summary
 void shutdown()
           
 
Methods inherited from class org.apache.hadoop.metrics.util.MetricsDynamicMBeanBase
getAttribute, getAttributes, getMBeanInfo, 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 © 2009 The Apache Software Foundation