org.apache.hadoop.hbase.metrics
Interface MBeanSource

All Known Implementing Classes:
MBeanSourceImpl

public interface MBeanSource

Object that will register an mbean with the underlying metrics implementation.


Method Summary
 ObjectName register(String serviceName, String metricsName, Object theMbean)
          Register an mbean with the underlying metrics system
 

Method Detail

register

ObjectName register(String serviceName,
                    String metricsName,
                    Object theMbean)
Register an mbean with the underlying metrics system

Parameters:
serviceName - Metrics service/system name
metricsName - name of the metrics object to expose
theMbean - the actual MBean
Returns:
ObjectName from jmx


Copyright © 2015 The Apache Software Foundation. All rights reserved.