Class MapReduceTask
Initialize Mapper, Reducer, Combiner
Inheritance
System.Object
MapReduceTask
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class MapReduceTask
Constructors
Name | Description |
---|---|
MapReduceTask() | MapReduceTask Default constructor with no arguments to initialize MapReduceTask |
MapReduceTask(IMapper, ICombinerFactory, IReducerFactory) | MapReduceTask overloaded constructor with mapper ,combinerFactory and reducerFactory objects |
Properties
Name | Description |
---|---|
Combiner | Set/Gets values of Combiner |
Mapper | Set/Gets values of the Mapper |
Reducer | Set/Gets Values of Reducer |