Uses of Interface
org.apache.flink.state.api.functions.KeyedStateReaderFunction.Context
Packages that use KeyedStateReaderFunction.Context
-
Uses of KeyedStateReaderFunction.Context in org.apache.flink.state.api.functions
Methods in org.apache.flink.state.api.functions with parameters of type KeyedStateReaderFunction.ContextModifier and TypeMethodDescriptionabstract voidKeyedStateReaderFunction.readKey(K key, KeyedStateReaderFunction.Context ctx, org.apache.flink.util.Collector<OUT> out) Process one key from the restored state backend.