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