Uses of Interface
org.apache.flink.streaming.api.TimerService
-
Packages that use TimerService Package Description org.apache.flink.streaming.api org.apache.flink.streaming.api.functions org.apache.flink.streaming.api.functions.co -
-
Uses of TimerService in org.apache.flink.streaming.api
Classes in org.apache.flink.streaming.api that implement TimerService Modifier and Type Class Description class
SimpleTimerService
Implementation ofTimerService
that uses aInternalTimerService
. -
Uses of TimerService in org.apache.flink.streaming.api.functions
Methods in org.apache.flink.streaming.api.functions that return TimerService Modifier and Type Method Description abstract TimerService
KeyedProcessFunction.Context. timerService()
ATimerService
for querying time and registering timers.abstract TimerService
ProcessFunction.Context. timerService()
ATimerService
for querying time and registering timers. -
Uses of TimerService in org.apache.flink.streaming.api.functions.co
Methods in org.apache.flink.streaming.api.functions.co that return TimerService Modifier and Type Method Description abstract TimerService
CoProcessFunction.Context. timerService()
ATimerService
for querying time and registering timers.abstract TimerService
KeyedBroadcastProcessFunction.ReadOnlyContext. timerService()
ATimerService
for querying time and registering timers.abstract TimerService
KeyedCoProcessFunction.Context. timerService()
ATimerService
for querying time and registering timers.
-