Uses of Class
org.apache.flink.state.api.functions.StateBootstrapFunction
-
Packages that use StateBootstrapFunction Package Description org.apache.flink.state.api org.apache.flink.state.api.output.operators -
-
Uses of StateBootstrapFunction in org.apache.flink.state.api
Methods in org.apache.flink.state.api with parameters of type StateBootstrapFunction Modifier and Type Method Description BootstrapTransformation<T>OneInputOperatorTransformation. transform(StateBootstrapFunction<T> processFunction)Deprecated.Applies the givenStateBootstrapFunctionon the non-keyed input.StateBootstrapTransformation<T>OneInputStateTransformation. 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 StateBootstrapFunction Constructor Description StateBootstrapOperator(long checkpointId, long timestamp, org.apache.flink.core.fs.Path savepointPath, StateBootstrapFunction<IN> function)
-