Namespace Alachisoft.NCache.Runtime.MapReduce
Classes
KeyValuePair
MapReduceTask
TaskStatus
Interfaces
ICombiner
ICombinerFactory
IKeyFilter
IMapper
IOutputMap
IReducer
IReducerFactory
ITaskResult
ITrackableTask
Enums
TaskCompletionStatus
Gives the status of the completed task.
TaskStatus.Status
Types of running task status.
Delegates
MapReduceCallback
Users can register a callback on the MapReduce task that is called when task execution is completed, failed or cancelled with a parameter response that encapsulates status of the task and result (if completed).