Uses of Interface
org.apache.hadoop.mapreduce.MapContext

Packages that use MapContext
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.lib.map   
 

Uses of MapContext in org.apache.hadoop.mapreduce
 

Classes in org.apache.hadoop.mapreduce that implement MapContext
 class Mapper.Context
          The Context passed on to the Mapper implementations.
 

Uses of MapContext in org.apache.hadoop.mapreduce.lib.map
 

Classes in org.apache.hadoop.mapreduce.lib.map that implement MapContext
 class WrappedMapper.Context
           
 

Fields in org.apache.hadoop.mapreduce.lib.map declared as MapContext
protected  MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> WrappedMapper.Context.mapContext
           
 

Methods in org.apache.hadoop.mapreduce.lib.map 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 org.apache.hadoop.mapreduce.lib.map with parameters of type MapContext
WrappedMapper.Context(MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> mapContext)
           
 



Copyright © 2009 The Apache Software Foundation