| 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. |
| 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. |
| 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–2020 The Apache Software Foundation. All rights reserved.