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