Uses of Class
org.apache.hadoop.metrics2.MetricCounter

Packages that use MetricCounter
org.apache.hadoop.metrics2 Metrics 2.0 
 

Uses of MetricCounter in org.apache.hadoop.metrics2
 

Methods in org.apache.hadoop.metrics2 with parameters of type MetricCounter
 void MetricsVisitor.counter(MetricCounter<Integer> metric, int value)
          Callback for integer value counters
 void MetricsVisitor.counter(MetricCounter<Long> metric, long value)
          Callback for long value counters
 



Copyright © 2009 The Apache Software Foundation