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

Packages that use ReduceContext
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.lib.reduce   
 

Uses of ReduceContext in org.apache.hadoop.mapreduce
 

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

Uses of ReduceContext in org.apache.hadoop.mapreduce.lib.reduce
 

Classes in org.apache.hadoop.mapreduce.lib.reduce that implement ReduceContext
 class WrappedReducer.Context
           
 

Fields in org.apache.hadoop.mapreduce.lib.reduce declared as ReduceContext
protected  ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> WrappedReducer.Context.reduceContext
           
 

Methods in org.apache.hadoop.mapreduce.lib.reduce with parameters of type ReduceContext
 Reducer.Context WrappedReducer.getReducerContext(ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> reduceContext)
          A a wrapped WrappedReducer.Context for custom implementations.
 

Constructors in org.apache.hadoop.mapreduce.lib.reduce with parameters of type ReduceContext
WrappedReducer.Context(ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> reduceContext)
           
 



Copyright © 2009 The Apache Software Foundation