Class | Description |
---|---|
BoundedOneInputStreamTaskRunner<IN> |
A
RichMapPartitionFunction that serves as the runtime for a BoundedStreamTask . |
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. |
TimestampAssignerWrapper<T> |
Wraps an existing
TimestampAssigner into a Timestamper . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.