Uses of Class
org.apache.flink.streaming.api.functions.KeyedProcessFunction.OnTimerContext
Packages that use KeyedProcessFunction.OnTimerContext
Package
Description
-
Uses of KeyedProcessFunction.OnTimerContext in org.apache.flink.runtime.asyncprocessing.functions
Methods in org.apache.flink.runtime.asyncprocessing.functions with parameters of type KeyedProcessFunction.OnTimerContextModifier and TypeMethodDescriptionDeclaringAsyncKeyedProcessFunction.declareOnTimer(DeclarationContext context, KeyedProcessFunction<K, I, O>.OnTimerContext ctx, org.apache.flink.util.Collector<O> out) Declare a procedure which is called when a timer set usingTimerServicefires.final voidDeclaringAsyncKeyedProcessFunction.onTimer(long timestamp, KeyedProcessFunction<K, I, O>.OnTimerContext ctx, org.apache.flink.util.Collector<O> out) Override and finalize this method. -
Uses of KeyedProcessFunction.OnTimerContext in org.apache.flink.streaming.api.functions
Methods in org.apache.flink.streaming.api.functions with parameters of type KeyedProcessFunction.OnTimerContextModifier and TypeMethodDescriptionvoidKeyedProcessFunction.onTimer(long timestamp, KeyedProcessFunction<K, I, O>.OnTimerContext ctx, org.apache.flink.util.Collector<O> out) Called when a timer set usingTimerServicefires.