| Class | Description |
|---|---|
| AbstractTaskResult |
An
AbstractTaskResult is used to report the results
of a task related operation. |
| ExecutorThreadFactory | |
| Task | |
| TaskCancelResult |
A
TaskCancelResult is used to report the results
of a task cancel attempt. |
| TaskExecutionState |
This class can be used to propagate updates about a task's execution state from the
task manager to the job manager.
|
| TaskInputSplitProvider |
The task input split provider is a component of the task manager which implements the
InputSplitProvider
interface. |
| TaskKillResult |
A
TaskKillResult is used to report the results
of a task kill attempt. |
| TaskManager |
A task manager receives tasks from the job manager and executes them.
|
| TaskSubmissionResult |
A
TaskSubmissionResult is used to report the results
of a task submission. |
| Enum | Description |
|---|---|
| AbstractTaskResult.ReturnCode |
Copyright © 2014 The Apache Software Foundation. All rights reserved.