| Package | Description |
|---|---|
| org.apache.flink.streaming.api | |
| org.apache.flink.streaming.api.functions | |
| org.apache.flink.streaming.api.functions.co |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTimerService
Implementation of
TimerService that uses a InternalTimerService. |
| Modifier and Type | Method and Description |
|---|---|
abstract TimerService |
ProcessFunction.Context.timerService()
A
TimerService for querying time and registering timers. |
abstract TimerService |
KeyedProcessFunction.Context.timerService()
A
TimerService for querying time and registering timers. |
| Modifier and Type | Method and Description |
|---|---|
abstract TimerService |
CoProcessFunction.Context.timerService()
A
TimerService for querying time and registering timers. |
abstract TimerService |
KeyedBroadcastProcessFunction.ReadOnlyContext.timerService()
A
TimerService for querying time and registering timers. |
abstract TimerService |
KeyedCoProcessFunction.Context.timerService()
A
TimerService for querying time and registering timers. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.