Package org.apache.flink.streaming.api
-
Interface Summary Interface Description TimerService Interface for working with time and timers. -
Class Summary Class Description SimpleTimerService Implementation ofTimerServicethat uses aInternalTimerService. -
Enum Summary Enum Description CheckpointingMode The checkpointing mode defines what consistency guarantees the system gives in the presence of failures.TimeCharacteristic Deprecated. In Flink 1.12 the default stream time characteristic has been changed toTimeCharacteristic.EventTime, thus you don't need to call this method for enabling event-time support anymore.TimeDomain TimeDomainspecifies whether a firing timer is based on event time or processing time.