| BootstrapStreamTaskRunner<IN> |
The runtime for a BootstrapStreamTask.
|
| FileCopyFunction |
This output format copies files from an existing savepoint into a new directory.
|
| MergeOperatorStates |
A reducer that aggregates multiple OperatorState's into a single CheckpointMetadata.
|
| OperatorSubtaskStateReducer |
A reducer that aggregates all OperatorSubtaskState's for a particular operator into a
single OperatorState.
|
| SavepointOutputFormat |
An output format to serialize CheckpointMetadata metadata to distributed storage.
|
| SnapshotUtils |
Takes a final snapshot of the state of an operator subtask.
|
| StatePathExtractor |
Extracts all file paths that are part of the provided OperatorState.
|
| TaggedOperatorSubtaskState |
A simple wrapper pojo that tags OperatorSubtaskState with metadata.
|