Uses of Class
org.apache.flink.state.api.functions.StateBootstrapFunction
Packages that use StateBootstrapFunction
-
Uses of StateBootstrapFunction in org.apache.flink.state.api
Methods in org.apache.flink.state.api with parameters of type StateBootstrapFunctionModifier and TypeMethodDescriptionOneInputStateTransformation.transform(StateBootstrapFunction<T> processFunction) Applies the givenStateBootstrapFunctionon the non-keyed input. -
Uses of StateBootstrapFunction in org.apache.flink.state.api.output.operators
Constructors in org.apache.flink.state.api.output.operators with parameters of type StateBootstrapFunctionModifierConstructorDescriptionStateBootstrapOperator(long timestamp, org.apache.flink.core.fs.Path savepointPath, StateBootstrapFunction<IN> function)