Uses of Class
org.apache.flink.state.api.input.operator.StateReaderOperator
-
Packages that use StateReaderOperator Package Description org.apache.flink.state.api.input org.apache.flink.state.api.input.operator -
-
Uses of StateReaderOperator in org.apache.flink.state.api.input
Constructors in org.apache.flink.state.api.input with parameters of type StateReaderOperator Constructor Description KeyedStateInputFormat(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.operator Modifier and Type Class Description classKeyedStateReaderOperator<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.
-