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, ...
|
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.
|
SuppressRestartsException |
Exception thrown in order to suppress job restarts.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.