| Interface | Description |
|---|---|
| Environment |
The Environment gives the code executed in a task access to the task's properties
(such as name, parallelism), the configurations, the data stream readers and writers,
as well as the various components that are provided by the TaskManager, such as
memory manager, I/O manager, ...
|
| ExecutionObserver |
| Enum | Description |
|---|---|
| ExecutionState |
An enumeration of all states that a task can be in during its execution.
|
| Exception | Description |
|---|---|
| CancelTaskException |
Thrown to trigger a canceling of the executing task.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.