Uses of Interface
p2pMapReduce.mapreduceModule.MapContext

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

Uses of MapContext in p2pMapReduce.mapreduceModule
 

Classes in p2pMapReduce.mapreduceModule that implement MapContext
 class MapContextImpl<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
          The context that is given to the Mapper.
 class Mapper.Context
          The Context passed on to the Mapper implementations.
 class WrappedMapper.Context
           
 

Fields in p2pMapReduce.mapreduceModule declared as MapContext
protected  MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> WrappedMapper.Context.mapContext
           
 

Methods in p2pMapReduce.mapreduceModule with parameters of type MapContext
 Mapper.Context WrappedMapper.getMapContext(MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> mapContext)
          Get a wrapped WrappedMapper.Context for custom implementations.
 

Constructors in p2pMapReduce.mapreduceModule with parameters of type MapContext
WrappedMapper.Context(MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> mapContext)