Package com.cliftonsnyder.clutch.mr.task

Interface Summary
MapTaskFactory An interface representing things that create MapTasks
 

Class Summary
AbstractMapTaskFactory An abstraction that handles the "messy" business of migrating MapTasks
MapTask An abstraction for the tasks that Mappers will perform
MRTask An abstraction for MapReduce-specific tasks (MapTask, ReduceTask)
ReduceTask An abstraction for the tasks that Reducers will perform