Uses of Class
org.apache.flink.streaming.api.functions.KeyedProcessFunction.OnTimerContext
-
Packages that use KeyedProcessFunction.OnTimerContext Package Description org.apache.flink.streaming.api.functions -
-
Uses of KeyedProcessFunction.OnTimerContext in org.apache.flink.streaming.api.functions
Methods in org.apache.flink.streaming.api.functions with parameters of type KeyedProcessFunction.OnTimerContext Modifier and Type Method Description void
KeyedProcessFunction. onTimer(long timestamp, KeyedProcessFunction.OnTimerContext ctx, org.apache.flink.util.Collector<O> out)
Called when a timer set usingTimerService
fires.
-