EvictingWindowSavepointReader<W extends org.apache.flink.streaming.api.windowing.windows.Window> |
This class provides entry points for reading keyed state written out using the
WindowOperator .
|
KeyedStateTransformation<K,T> |
|
OneInputStateTransformation<T> |
OneInputStateTransformation represents a user defined transformation applied on an OperatorTransformation with one input.
|
OperatorIdentifier |
Identifies an operator, either based on a uid or uidHash .
|
OperatorTransformation |
This class provides the entry point for building StateBootstrapTransformation s, which
represents procedures to bootstrap new operator states with a given DataStream .
|
SavepointReader |
The entry point for reading state from a Flink savepoint.
|
SavepointWriter |
A SavepointWriter can create new savepoints from bounded data streams.
|
StateBootstrapTransformation<T> |
A StateBootstrapTransformation represents a procedure of writing new operator state into
a Savepoint .
|
WindowedStateTransformation<T,K,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
|
WindowSavepointReader<W extends org.apache.flink.streaming.api.windowing.windows.Window> |
This class provides entry points for reading keyed state written out using the
WindowOperator .
|