Class KeyedStateReaderOperator<KEY,OUT>

java.lang.Object
org.apache.flink.state.api.input.operator.StateReaderOperator<KeyedStateReaderFunction<KEY,OUT>,KEY,org.apache.flink.runtime.state.VoidNamespace,OUT>
org.apache.flink.state.api.input.operator.KeyedStateReaderOperator<KEY,OUT>
Type Parameters:
KEY - The key type read from the state backend.
OUT - The output type of the function.
All Implemented Interfaces:
Serializable, AutoCloseable, org.apache.flink.streaming.api.operators.KeyContext

@Internal public class KeyedStateReaderOperator<KEY,OUT> extends StateReaderOperator<KeyedStateReaderFunction<KEY,OUT>,KEY,org.apache.flink.runtime.state.VoidNamespace,OUT>
See Also: