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