| Interface | Description |
|---|---|
| IFunction<T> |
Implements the reduce function
|
| IMessage<T> |
Wrapper interface for all the messages types.
|
| OutputCollection |
Collects outputs from the task.
|
| TaskContext |
TaskContext is passed to the task instances when they are being prepared to
execute. |
| TaskKeySelector |
Given a object, select the key to be used
|
| TaskPartitioner<T> |
Partition the value into a destination.
|
| Class | Description |
|---|---|
| OperationNames | |
| TaskMessage<T> |
Message implementation.
|