Uses of Class
org.apache.avro.mapred.AvroCollector

Packages that use AvroCollector
org.apache.avro.mapred Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java. 
 

Uses of AvroCollector in org.apache.avro.mapred
 

Methods in org.apache.avro.mapred that return AvroCollector
 AvroCollector AvroMultipleOutputs.getCollector(String namedOutput, org.apache.hadoop.mapred.Reporter reporter)
          Gets the output collector for a named output.
 AvroCollector AvroMultipleOutputs.getCollector(String namedOutput, String multiName, org.apache.hadoop.mapred.Reporter reporter)
          Gets the output collector for a multi named output.
 

Methods in org.apache.avro.mapred with parameters of type AvroCollector
 void AvroMapper.map(IN datum, AvroCollector<OUT> collector, org.apache.hadoop.mapred.Reporter reporter)
          Called with each map input datum.
 void AvroReducer.reduce(K key, Iterable<V> values, AvroCollector<OUT> collector, org.apache.hadoop.mapred.Reporter reporter)
          Called with all map output values with a given key.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.