Uses of Class
org.apache.flink.state.api.functions.KeyedStateBootstrapFunction
Packages that use KeyedStateBootstrapFunction
-
Uses of KeyedStateBootstrapFunction in org.apache.flink.state.api
Methods in org.apache.flink.state.api with parameters of type KeyedStateBootstrapFunctionModifier and TypeMethodDescriptionKeyedStateTransformation.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 KeyedStateBootstrapFunctionModifierConstructorDescriptionKeyedStateBootstrapOperator(long timestamp, org.apache.flink.core.fs.Path savepointPath, KeyedStateBootstrapFunction<K, IN> function)