Uses of Class
org.apache.flink.state.api.functions.KeyedStateBootstrapFunction
-
Packages that use KeyedStateBootstrapFunction Package Description org.apache.flink.state.api org.apache.flink.state.api.output.operators -
-
Uses of KeyedStateBootstrapFunction in org.apache.flink.state.api
Methods in org.apache.flink.state.api with parameters of type KeyedStateBootstrapFunction Modifier and Type Method Description BootstrapTransformation<T>KeyedOperatorTransformation. transform(KeyedStateBootstrapFunction<K,T> processFunction)Deprecated.Applies the givenKeyedStateBootstrapFunctionon the keyed input.StateBootstrapTransformation<T>KeyedStateTransformation. transform(KeyedStateBootstrapFunction<K,T> processFunction)Applies the givenKeyedStateBootstrapFunctionon the keyed input. -
Uses of KeyedStateBootstrapFunction in org.apache.flink.state.api.output.operators
Constructors in org.apache.flink.state.api.output.operators with parameters of type KeyedStateBootstrapFunction Constructor Description KeyedStateBootstrapOperator(long checkpointId, long timestamp, org.apache.flink.core.fs.Path savepointPath, KeyedStateBootstrapFunction<K,IN> function)
-