Interface | Description |
---|---|
InputSplitProvider |
An input split provider can be successively queried to provide a series of
InputSplit
objects a task is supposed to consume in the course of its execution. |
TaskOperatorEventGateway |
Gateway to send an
OperatorEvent from a Task to to the OperatorCoordinator
JobManager side. |
Class | Description |
---|---|
AbstractInvokable |
This is the abstract base class for every task that can be executed by a TaskManager.
|
CheckpointCoordinatorConfiguration |
Configuration settings for the
CheckpointCoordinator . |
CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder |
CheckpointCoordinatorConfiguration builder. |
JobCheckpointingSettings |
The JobCheckpointingSettings are attached to a JobGraph and describe the settings for the
asynchronous checkpoints of the JobGraph, such as interval, and which vertices need to
participate.
|
Exception | Description |
---|---|
InputSplitProviderException |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.