Uses of Class
p2pMapReduce.mapreduceModule.TaskAttemptContextImpl

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

Uses of TaskAttemptContextImpl in p2pMapReduce.mapreduceModule
 

Subclasses of TaskAttemptContextImpl in p2pMapReduce.mapreduceModule
 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 TaskInputOutputContextImpl<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
          A context object that allows input and output from the task.