Package org.apache.flink.runtime.execution
-
Interface Summary 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 Summary Enum Description ExecutionState An enumeration of all states that a task can be in during its execution. -
Exception Summary Exception Description CancelTaskException Thrown to trigger a canceling of the executing task.SuppressRestartsException Exception thrown in order to suppress job restarts.