Uses of Class
org.apache.flink.state.api.functions.KeyedStateBootstrapFunction.Context
Packages that use KeyedStateBootstrapFunction.Context
-
Uses of KeyedStateBootstrapFunction.Context in org.apache.flink.state.api.functions
Methods in org.apache.flink.state.api.functions with parameters of type KeyedStateBootstrapFunction.ContextModifier and TypeMethodDescriptionabstract voidKeyedStateBootstrapFunction.processElement(IN value, KeyedStateBootstrapFunction<K, IN>.Context ctx) Process one element from the input stream.