Constructor MapReduceTask
MapReduceTask()
MapReduceTask Default constructor with no arguments to initialize MapReduceTask
Declaration
public MapReduceTask()
MapReduceTask(IMapper, ICombinerFactory, IReducerFactory)
MapReduceTask overloaded constructor with mapper ,combinerFactory and reducerFactory objects
Declaration
public MapReduceTask(IMapper mapper, ICombinerFactory combinerFactory, IReducerFactory reducerFactory)
Parameters
Type | Name | Description |
---|---|---|
IMapper | mapper | IMapper |
ICombinerFactory | combinerFactory | ICombinerFactory |
IReducerFactory | reducerFactory | IReducerFactory |