org.apache.avro.mapred
Class AvroCollector<T>
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.avro.mapred.AvroCollector<T>
- All Implemented Interfaces:
- Configurable
public abstract class AvroCollector<T>
- extends Configured
A collector for map and reduce output.
Method Summary |
abstract void |
collect(T datum)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvroCollector
public AvroCollector()
collect
public abstract void collect(T datum)
throws IOException
- Throws:
IOException
Copyright © 2010 The Apache Software Foundation