Package org.apache.flink.runtime.jobgraph.tasks
-
Interface Summary Interface Description CheckpointableTask A task that participates in checkpointing.CoordinatedTask An task that is coordinated, i.e. contains operators coordinated byOperatorCoordinator.InputSplitProvider An input split provider can be successively queried to provide a series ofInputSplitobjects a task is supposed to consume in the course of its execution.TaskInvokable An invokable part of the task.TaskOperatorEventGateway Gateway to send anOperatorEventorCoordinationRequestfrom a Task to theOperatorCoordinatorJobManager side. -
Class Summary Class Description AbstractInvokable A base implementation ofTaskInvokable,CheckpointableTask, andCoordinatedTaskwith most methods throwingUnsupportedOperationExceptionor doing nothing.CheckpointCoordinatorConfiguration Configuration settings for theCheckpointCoordinator.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder CheckpointCoordinatorConfigurationbuilder.JobCheckpointingSettings The JobCheckpointingSettings are attached to a JobGraph and describe the settings for the asynchronous checkpoints of the JobGraph, such as interval. -
Exception Summary Exception Description InputSplitProviderException