org.apache.hadoop.hbase.ipc
Class HBaseRPCStatistics

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

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

Exports HBase RPC statistics recorded in HBaseRpcMetrics as an MBean for JMX monitoring.


Constructor Summary
HBaseRPCStatistics(org.apache.hadoop.metrics.util.MetricsRegistry registry, String hostName, String port)
           
 
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

HBaseRPCStatistics

public HBaseRPCStatistics(org.apache.hadoop.metrics.util.MetricsRegistry registry,
                          String hostName,
                          String port)
Method Detail

shutdown

public void shutdown()


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