Timer#
TimerService#
Returns the current processing time. |
|
Returns the current event-time watermark. |
|
Registers a timer to be fired when processing time passes the given time. |
|
|
Registers a timer tobe fired when the event time watermark passes the given time. |
Deletes the processing-time timer with the given trigger time. |
|
|
Deletes the event-time timer with the given trigger time. |
TimeCharacteristic#
|
The time characteristic defines how the system determines time for time-dependent order and operations that depend on time (such as time windows). |
TimeDomain#
|
TimeDomain specifies whether a firing timer is based on event time or processing time. |