Uses of Interface
org.apache.flink.state.api.functions.StateBootstrapFunction.Context
Packages that use StateBootstrapFunction.Context
-
Uses of StateBootstrapFunction.Context in org.apache.flink.state.api.functions
Methods in org.apache.flink.state.api.functions with parameters of type StateBootstrapFunction.ContextModifier and TypeMethodDescriptionabstract voidStateBootstrapFunction.processElement(IN value, StateBootstrapFunction.Context ctx) Writes the given value to operator state.