Class MapReduceTask
Inheritance
System.Object
MapReduceTask
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Obsolete("This feature is not in active development and may be removed in a future update.")]
[Serializable]
public class MapReduceTask
Constructors
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 |
Properties
Combiner
Set/Gets values of Combiner
Declaration
public ICombinerFactory Combiner { get; set; }
Property Value
Type | Description |
---|---|
ICombinerFactory |
Mapper
Set/Gets values of the Mapper
Declaration
public IMapper Mapper { get; set; }
Property Value
Type | Description |
---|---|
IMapper |
Reducer
Set/Gets Values of Reducer
Declaration
public IReducerFactory Reducer { get; set; }
Property Value
Type | Description |
---|---|
IReducerFactory |