Uses of Class
com.cliftonsnyder.clutch.mr.task.ReduceTask

Packages that use ReduceTask
com.cliftonsnyder.clutch.mr   
com.cliftonsnyder.clutch.mr.task   
 

Uses of ReduceTask in com.cliftonsnyder.clutch.mr
 

Methods in com.cliftonsnyder.clutch.mr that return ReduceTask
 ReduceTask Mapper.getReduceTask(long offset, long length)
           
 

Methods in com.cliftonsnyder.clutch.mr with parameters of type ReduceTask
 void Reducer.putReduceTask(ReduceTask task)
           
 

Uses of ReduceTask in com.cliftonsnyder.clutch.mr.task
 

Methods in com.cliftonsnyder.clutch.mr.task that return ReduceTask
abstract  ReduceTask MapTask.map()