Uses of Class
p2pMapReduce.mapreduceModule.TaskInputOutputContextImpl

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

Uses of TaskInputOutputContextImpl in p2pMapReduce.mapreduceModule
 

Subclasses of TaskInputOutputContextImpl 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