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. |
StatefulTask |
This interface must be implemented by any invokable that has recoverable state and participates
in checkpointing.
|
StoppableTask |
Implemented by tasks that can receive STOP signal.
|
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 . |
ExternalizedCheckpointSettings |
Grouped settings for externalized checkpoints.
|
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–2018 The Apache Software Foundation. All rights reserved.