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