org.apache.hadoop.chukwa.extraction.demux.processor
Class ChukwaOutputCollector

java.lang.Object
  extended by org.apache.hadoop.chukwa.extraction.demux.processor.ChukwaOutputCollector
All Implemented Interfaces:
org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord>

public class ChukwaOutputCollector
extends Object
implements org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord>


Constructor Summary
ChukwaOutputCollector(String groupName, org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> outputCollector, org.apache.hadoop.mapred.Reporter reporter)
           
 
Method Summary
 void collect(ChukwaRecordKey key, ChukwaRecord value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChukwaOutputCollector

public ChukwaOutputCollector(String groupName,
                             org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> outputCollector,
                             org.apache.hadoop.mapred.Reporter reporter)
Method Detail

collect

public void collect(ChukwaRecordKey key,
                    ChukwaRecord value)
             throws IOException
Specified by:
collect in interface org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord>
Throws:
IOException


Copyright © ${year} The Apache Software Foundation