Uses of Class
org.apache.hadoop.mapreduce.Counters

Packages that use Counters
org.apache.hadoop.mapreduce   
 

Uses of Counters in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return Counters
 Counters Job.getCounters()
          Gets the counters for this job.
 

Methods in org.apache.hadoop.mapreduce with parameters of type Counters
 void Counters.incrAllCounters(Counters other)
          Increments multiple counters by their amounts in another Counters instance.
 



Copyright © 2009 The Apache Software Foundation