Uses of Class
org.apache.flink.state.api.functions.KeyedStateReaderFunction
-
Packages that use KeyedStateReaderFunction Package Description org.apache.flink.state.api org.apache.flink.state.api.input.operator org.apache.flink.state.table -
-
Uses of KeyedStateReaderFunction in org.apache.flink.state.api
Methods in org.apache.flink.state.api with parameters of type KeyedStateReaderFunction Modifier and Type Method Description <K,OUT>
org.apache.flink.streaming.api.datastream.DataStream<OUT>SavepointReader. readKeyedState(OperatorIdentifier identifier, KeyedStateReaderFunction<K,OUT> function)Read keyed state from an operator in aSavepoint.<K,OUT>
org.apache.flink.streaming.api.datastream.DataStream<OUT>SavepointReader. readKeyedState(OperatorIdentifier identifier, KeyedStateReaderFunction<K,OUT> function, org.apache.flink.api.common.typeinfo.TypeInformation<K> keyTypeInfo, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo)Read keyed state from an operator in aSavepoint. -
Uses of KeyedStateReaderFunction in org.apache.flink.state.api.input.operator
Constructors in org.apache.flink.state.api.input.operator with parameters of type KeyedStateReaderFunction Constructor Description KeyedStateReaderOperator(KeyedStateReaderFunction<KEY,OUT> function, org.apache.flink.api.common.typeinfo.TypeInformation<KEY> keyType) -
Uses of KeyedStateReaderFunction in org.apache.flink.state.table
Subclasses of KeyedStateReaderFunction in org.apache.flink.state.table Modifier and Type Class Description classKeyedStateReaderKeyed state reader function for value, list and map state types.
-