Uses of Class
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction.OnTimerContext
-
Packages that use KeyedCoProcessFunction.OnTimerContext Package Description org.apache.flink.runtime.asyncprocessing.functions org.apache.flink.streaming.api.functions.co -
-
Uses of KeyedCoProcessFunction.OnTimerContext in org.apache.flink.runtime.asyncprocessing.functions
Methods in org.apache.flink.runtime.asyncprocessing.functions with parameters of type KeyedCoProcessFunction.OnTimerContext Modifier and Type Method Description org.apache.flink.util.function.ThrowingConsumer<Long,Exception>DeclaringAsyncKeyedCoProcessFunction. declareOnTimer(DeclarationContext context, KeyedCoProcessFunction.OnTimerContext ctx, org.apache.flink.util.Collector<OUT> out)Declare a procedure which is called when a timer set usingTimerServicefires.voidDeclaringAsyncKeyedCoProcessFunction. onTimer(long timestamp, KeyedCoProcessFunction.OnTimerContext ctx, org.apache.flink.util.Collector<OUT> out)Override and finalize this method. -
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.OnTimerContext Modifier and Type Method Description voidKeyedCoProcessFunction. onTimer(long timestamp, KeyedCoProcessFunction.OnTimerContext ctx, org.apache.flink.util.Collector<OUT> out)Called when a timer set usingTimerServicefires.
-