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

All Known Implementing Classes:
AbstractProcessor, ChukwaMetricsProcessor, ClientTraceProcessor, DebugOutputProcessor, DefaultProcessor, Df, HadoopLogProcessor, HadoopMetricsProcessor, Iostat, JobConfProcessor, JobLog, JobLogHistoryProcessor, JobSummary, JPluginMapper, Log4jJobHistoryProcessor, Log4JMetricsContextProcessor, PbsNodes, Ps, Sar, SysLog, SystemMetrics, 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 © 2011 Apache Software Foundation. All Rights Reserved.