org.apache.hadoop.chukwa.extraction.demux.processor.mapper
Interface MapProcessor

All Known Implementing Classes:
AbstractProcessor, ClientTraceProcessor, DebugOutputProcessor, DefaultProcessor, Df, HadoopLogProcessor, HadoopMetricsProcessor, Iostat, JobConfProcessor, JobLog, JobLogHistoryProcessor, JPluginMapper, Log4jJobHistoryProcessor, Log4JMetricsContextProcessor, PbsNodes, Ps, Sar, SysLog, Top, Torque, TsProcessor, YWatch

public interface MapProcessor


Method Summary
 void process(ChukwaArchiveKey archiveKey, Chunk chunk, org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Method Detail

process

void process(ChukwaArchiveKey archiveKey,
             Chunk chunk,
             org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output,
             org.apache.hadoop.mapred.Reporter reporter)


Copyright © ${year} The Apache Software Foundation