Uses of Class
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction.Context
-
Packages that use KeyedCoProcessFunction.Context Package Description org.apache.flink.streaming.api.functions.co -
-
Uses of KeyedCoProcessFunction.Context in org.apache.flink.streaming.api.functions.co
Subclasses of KeyedCoProcessFunction.Context in org.apache.flink.streaming.api.functions.co Modifier and Type Class Description classKeyedCoProcessFunction.OnTimerContextInformation available in an invocation of#onTimer(long, OnTimerContext, Collector).Methods in org.apache.flink.streaming.api.functions.co with parameters of type KeyedCoProcessFunction.Context Modifier and Type Method Description abstract voidKeyedCoProcessFunction. processElement1(IN1 value, KeyedCoProcessFunction.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.Context ctx, org.apache.flink.util.Collector<OUT> out)This method is called for each element in the second of the connected streams.
-