Uses of Class
org.apache.flink.state.api.input.operator.StateReaderOperator
Packages that use StateReaderOperator
-
Uses of StateReaderOperator in org.apache.flink.state.api.input
Constructors in org.apache.flink.state.api.input with parameters of type StateReaderOperatorModifierConstructorDescriptionKeyedStateInputFormat(org.apache.flink.runtime.checkpoint.OperatorState operatorState, org.apache.flink.runtime.state.StateBackend stateBackend, org.apache.flink.configuration.Configuration configuration, StateReaderOperator<?, K, N, OUT> operator, org.apache.flink.api.common.ExecutionConfig executionConfig) Creates an input format for reading partitioned state from an operator in a savepoint. -
Uses of StateReaderOperator in org.apache.flink.state.api.input.operator
Subclasses of StateReaderOperator in org.apache.flink.state.api.input.operatorModifier and TypeClassDescriptionclassKeyedStateReaderOperator<KEY,OUT> AStateReaderOperatorfor executing aKeyedStateReaderFunction.classWindowReaderOperator<S extends org.apache.flink.api.common.state.State,KEY, IN, W extends org.apache.flink.streaming.api.windowing.windows.Window, OUT> AStateReaderOperatorfor readingWindowOperatorstate.