Interface ITrackableTask
Tracks the execution of MapReduce Task.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ITrackableTask
Name | Description |
---|---|
TaskId | Unique GUID identification of MapReduce task. |
TaskStatus | Returns the status of task. |
Name | Description |
---|---|
CancelTask() | Cancel the already running task. |
GetResult() | Blocking call that waits until server returns the result in form of completion, failure or cancellation of a task. |
GetResult(Int32) | If no result is obtained within the provided timeout, OperationFailedException will be thrown. |
Name | Description |
---|---|
OnMapReduceComplete | Registered Async callback on completion, failure or cancellation of task. |