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

Packages that use 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. 
org.apache.hadoop.mapreduce   
 

Uses of Counter in org.apache.hadoop.mapred
 

Subclasses of Counter in org.apache.hadoop.mapred
static class Counters.Counter
          Deprecated. A counter record, comprising its name and value.
 

Uses of Counter in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return Counter
 Counter Counters.findCounter(java.lang.Enum<?> key)
          Find the counter for the given enum.
 Counter CounterGroup.findCounter(java.lang.String counterName)
           
protected  Counter CounterGroup.findCounter(java.lang.String counterName, java.lang.String displayName)
          Internal to find a counter in a group.
 Counter Counters.findCounter(java.lang.String groupName, java.lang.String counterName)
           
 Counter TaskInputOutputContext.getCounter(java.lang.Enum<?> counterName)
           
abstract  Counter StatusReporter.getCounter(java.lang.Enum<?> name)
           
 Counter TaskInputOutputContext.getCounter(java.lang.String groupName, java.lang.String counterName)
           
abstract  Counter StatusReporter.getCounter(java.lang.String group, java.lang.String name)
           
 

Methods in org.apache.hadoop.mapreduce that return types with arguments of type Counter
 java.util.Iterator<Counter> CounterGroup.iterator()
           
 

Constructors in org.apache.hadoop.mapreduce with parameters of type Counter
ReduceContext(Configuration conf, TaskAttemptID taskid, RawKeyValueIterator input, Counter inputKeyCounter, Counter inputValueCounter, RecordWriter<KEYOUT,VALUEOUT> output, OutputCommitter committer, StatusReporter reporter, RawComparator<KEYIN> comparator, java.lang.Class<KEYIN> keyClass, java.lang.Class<VALUEIN> valueClass)
           
Reducer.Context(Configuration conf, TaskAttemptID taskid, RawKeyValueIterator input, Counter inputKeyCounter, Counter inputValueCounter, RecordWriter<KEYOUT,VALUEOUT> output, OutputCommitter committer, StatusReporter reporter, RawComparator<KEYIN> comparator, java.lang.Class<KEYIN> keyClass, java.lang.Class<VALUEIN> valueClass)
           
 



Copyright © 2009 The Apache Software Foundation