Uses of Class
p2pMapReduce.mapreduceModule.JobContextImpl

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

Uses of JobContextImpl in p2pMapReduce.mapreduceModule
 

Subclasses of JobContextImpl in p2pMapReduce.mapreduceModule
 class Job
          The job submitter's view of the Job.
 class MapContextImpl<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
          The context that is given to the Mapper.
 class ReduceContextImpl<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
          NOTE: the format of intermediate result depends on MapContext#write(K,V) method that refer to RecordWriter
 class TaskAttemptContextImpl
          The context for task attempts.
 class TaskInputOutputContextImpl<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
          A context object that allows input and output from the task.