org.apache.hadoop.hbase.regionserver.metrics
Class RegionServerDynamicStatistics

java.lang.Object
  extended by org.apache.hadoop.metrics.util.MetricsDynamicMBeanBase
      extended by org.apache.hadoop.hbase.regionserver.metrics.RegionServerDynamicStatistics
All Implemented Interfaces:
DynamicMBean

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

Exports dynamic region server metric recorded in RegionServerDynamicMetrics as an MBean for JMX monitoring.


Constructor Summary
RegionServerDynamicStatistics(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

RegionServerDynamicStatistics

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

shutdown

public void shutdown()


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