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

Packages that use Counters
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapreduce   
 

Uses of Counters in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return Counters
static Counters Counters.fromEscapedCompactString(String compactString)
          Convert a stringified counter representation into a counter object.
 Counters TaskReport.getCounters()
           
 Counters RunningJob.getCounters()
          Gets the counters for this job.
static Counters Counters.sum(Counters a, Counters b)
          Convenience method for computing the sum of two sets of counters.
 

Methods in org.apache.hadoop.mapred with parameters of type Counters
 void Counters.incrAllCounters(Counters other)
          Increments multiple counters by their amounts in another Counters instance.
static Counters Counters.sum(Counters a, Counters b)
          Convenience method for computing the sum of two sets of counters.
 

Uses of Counters in org.apache.hadoop.mapreduce
 

Constructors in org.apache.hadoop.mapreduce with parameters of type Counters
Counters(Counters counters)
          Utility method to create a Counters object from the org.apache.hadoop.mapred counters
 



Copyright © 2009 The Apache Software Foundation