Class Summary |
HBaseInfo |
Exports HBase system information as an MBean for JMX observation. |
HBaseInfo.HBaseInfoMBean |
|
MetricsMBeanBase |
Extends the Hadoop MetricsDynamicMBeanBase class to provide JMX support for
custom HBase MetricsBase implementations. |
MetricsRate |
Publishes a rate based on a counter - you increment the counter each
time an event occurs (eg: an RPC call) and this publishes a rate. |
MetricsString |
Publishes a string to the metrics collector |
PersistentMetricsTimeVaryingRate |
This class extends MetricsTimeVaryingRate to let the metrics
persist past a pushMetric() call |