Uses of Class
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction.OnTimerContext
Packages that use KeyedCoProcessFunction.OnTimerContext
-
Uses of KeyedCoProcessFunction.OnTimerContext in org.apache.flink.streaming.api.functions.co
Methods in org.apache.flink.streaming.api.functions.co with parameters of type KeyedCoProcessFunction.OnTimerContextModifier and TypeMethodDescriptionvoidKeyedCoProcessFunction.onTimer(long timestamp, KeyedCoProcessFunction<K, IN1, IN2, OUT>.OnTimerContext ctx, org.apache.flink.util.Collector<OUT> out) Called when a timer set usingTimerServicefires.