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

Packages that use Counters.Counter
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. 
 

Uses of Counters.Counter in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return Counters.Counter
 Counters.Counter Counters.findCounter(Enum key)
          Find the counter for the given enum.
 Counters.Counter Counters.findCounter(String group, int id, String name)
          Deprecated.  
 Counters.Counter Counters.Group.getCounter(int id, String name)
          Deprecated. use Counters.Group.getCounter(String) instead
 Counters.Counter Counters.Group.getCounterForName(String name)
          Get the counter for the given name and create it if it doesn't exist.
 

Methods in org.apache.hadoop.mapred that return types with arguments of type Counters.Counter
 Iterator<Counters.Counter> Counters.Group.iterator()
           
 



Copyright © 2008 The Apache Software Foundation