Package org.apache.hadoop.hbase.metrics
Interface MBeanSource
- All Known Implementing Classes:
MBeanSourceImpl
Object that will register an mbean with the underlying metrics implementation.
-
Method Summary
Modifier and TypeMethodDescriptionRegister an mbean with the underlying metrics system
-
Method Details
-
register
Register an mbean with the underlying metrics system- Parameters:
serviceName
- Metrics service/system namemetricsName
- name of the metrics object to exposetheMbean
- the actual MBean- Returns:
- ObjectName from jmx
-