Uses of Class
org.apache.flink.streaming.api.functions.KeyedProcessFunction.Context
Packages that use KeyedProcessFunction.Context
Package
Description
-
Uses of KeyedProcessFunction.Context in org.apache.flink.runtime.asyncprocessing.functions
Methods in org.apache.flink.runtime.asyncprocessing.functions with parameters of type KeyedProcessFunction.ContextModifier and TypeMethodDescriptionDeclaringAsyncKeyedProcessFunction.declareProcess(DeclarationContext context, KeyedProcessFunction<K, I, O>.Context ctx, org.apache.flink.util.Collector<O> out) Declare a process for one element from the input stream.final voidDeclaringAsyncKeyedProcessFunction.processElement(I value, KeyedProcessFunction<K, I, O>.Context ctx, org.apache.flink.util.Collector<O> out) Override and finalize this method. -
Uses of KeyedProcessFunction.Context in org.apache.flink.streaming.api.functions
Subclasses of KeyedProcessFunction.Context in org.apache.flink.streaming.api.functionsModifier and TypeClassDescriptionclassInformation available in an invocation of#onTimer(long, OnTimerContext, Collector).Methods in org.apache.flink.streaming.api.functions with parameters of type KeyedProcessFunction.ContextModifier and TypeMethodDescriptionabstract voidKeyedProcessFunction.processElement(I value, KeyedProcessFunction<K, I, O>.Context ctx, org.apache.flink.util.Collector<O> out) Process one element from the input stream.