Uses of Class
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction.Context
Packages that use KeyedCoProcessFunction.Context
-
Uses of KeyedCoProcessFunction.Context in org.apache.flink.streaming.api.functions.co
Modifier and TypeClassDescriptionclassInformation available in an invocation of#onTimer(long, OnTimerContext, Collector).Methods in org.apache.flink.streaming.api.functions.co with parameters of type KeyedCoProcessFunction.ContextModifier and TypeMethodDescriptionabstract voidKeyedCoProcessFunction.processElement1(IN1 value, KeyedCoProcessFunction<K, IN1, IN2, OUT>.Context ctx, org.apache.flink.util.Collector<OUT> out) This method is called for each element in the first of the connected streams.abstract voidKeyedCoProcessFunction.processElement2(IN2 value, KeyedCoProcessFunction<K, IN1, IN2, OUT>.Context ctx, org.apache.flink.util.Collector<OUT> out) This method is called for each element in the second of the connected streams.