Package com.mapr.org.apache.hadoop.metrics.util
@LimitedPrivate({"HBase","HDFS","MapReduce"})
@Evolving
package com.mapr.org.apache.hadoop.metrics.util
-
ClassesClassDescriptionThis util class provides a method to register an MBean using our standard naming convention as described in the doc for {link
MBeanUtil.registerMBean(String, String, Object)This is base class for all metricsThis abstract base class facilitates creating dynamic mbeans automatically from metrics.New metric to help with increment part of int counterNew metric to help with increment part of long counterThe MetricsIntValue class is for a metric that is not time varied but changes only when it is set.The MetricsLongValue class is for a metric that is not time varied but changes only when it is set.This is the registry for metrics.The MetricsTimeVaryingInt class is for a metric that naturally varies over time (e.g.The MetricsTimeVaryingLong class is for a metric that naturally varies over time (e.g.The MetricsTimeVaryingRate class is for a rate based metric that naturally varies over time (e.g.