Uses of Class
p2pMapReduce.mapreduceModule.StatusReporter

Packages that use StatusReporter
p2pMapReduce.entity   
p2pMapReduce.mapreduceModule Collection of class to implement a map reduce framework. 
 

Uses of StatusReporter in p2pMapReduce.entity
 

Methods in p2pMapReduce.entity with parameters of type StatusReporter
protected static
<INKEY,INVALUE,OUTKEY,OUTVALUE>
Reducer.Context
ReduceTaskRunner.createReduceContext(Reducer<INKEY,INVALUE,OUTKEY,OUTVALUE> reducer, Configuration job, TaskAttemptID taskId, java.lang.String partitionFile, Counter inputKeyCounter, Counter inputValueCounter, RecordWriter<OUTKEY,OUTVALUE> output, OutputCommitter committer, StatusReporter reporter, RawComparator<INKEY> comparator, java.lang.Class<INKEY> keyClass, java.lang.Class<INVALUE> valueClass)
           
 

Uses of StatusReporter in p2pMapReduce.mapreduceModule
 

Constructors in p2pMapReduce.mapreduceModule with parameters of type StatusReporter
MapContextImpl(Configuration conf, TaskAttemptID taskid, RecordReader<KEYIN,VALUEIN> reader, RecordWriter<KEYOUT,VALUEOUT> writer, OutputCommitter committer, StatusReporter reporter, InputSplit split)
           
ReduceContextImpl(Configuration conf, TaskAttemptID taskid, java.lang.String partitionFile, RecordWriter<KEYOUT,VALUEOUT> output, OutputCommitter committer, StatusReporter reporter, java.lang.Class<KEYIN> keyClass, java.lang.Class<VALUEIN> valueClass)
           
TaskInputOutputContextImpl(Configuration conf, TaskAttemptID taskid, RecordWriter<KEYOUT,VALUEOUT> output, OutputCommitter committer, StatusReporter reporter)