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 classSimpleTimerServiceImplementation ofTimerServicethat 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 TimerServiceKeyedProcessFunction.Context. timerService()ATimerServicefor querying time and registering timers.abstract TimerServiceProcessFunction.Context. timerService()ATimerServicefor 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 TimerServiceCoProcessFunction.Context. timerService()ATimerServicefor querying time and registering timers.abstract TimerServiceKeyedBroadcastProcessFunction.ReadOnlyContext. timerService()ATimerServicefor querying time and registering timers.abstract TimerServiceKeyedCoProcessFunction.Context. timerService()ATimerServicefor querying time and registering timers.
-