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