Package org.apache.hadoop.hive.common.metrics

Interface Summary
MetricsMBean MBean definition for metrics tracking from jmx
 

Class Summary
Metrics Metrics Subsystem - allows exposure of a number of named parameters/counters via jmx, intended to be used as a static subsystem Has a couple of primary ways it can be used: (i) Using the set and get methods to set and get named parameters (ii) Using the incrementCounter method to increment and set named parameters in one go, rather than having to make a get and then a set.
MetricsMBeanImpl  
 



Copyright © 2013 The Apache Software Foundation