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

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.regionserver.metrics.RegionServerStatistics
All Implemented Interfaces:
DynamicMBean

public class RegionServerStatistics
extends MetricsMBeanBase

Exports metrics recorded by RegionServerMetrics as an MBean for JMX monitoring.


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.metrics.MetricsMBeanBase
description, extendedAttributes, extendedInfo, registry, registryLength
 
Constructor Summary
RegionServerStatistics(org.apache.hadoop.metrics.util.MetricsRegistry registry, String rsName)
           
 
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

RegionServerStatistics

public RegionServerStatistics(org.apache.hadoop.metrics.util.MetricsRegistry registry,
                              String rsName)
Method Detail

shutdown

public void shutdown()


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