Package org.apache.flink.streaming.api.functions.timestamps
-
Interface Summary Interface Description AscendingTimestampExtractor.MonotonyViolationHandler Interface for handlers that handle violations of the monotonous ascending timestamps property. -
Class Summary Class Description AscendingTimestampExtractor<T> Deprecated. AscendingTimestampExtractor.FailingHandler Handler that fails the program when timestamp monotony is violated.AscendingTimestampExtractor.IgnoringHandler Handler that does nothing when timestamp monotony is violated.AscendingTimestampExtractor.LoggingHandler Handler that only logs violations of timestamp monotony, on WARN log level.BoundedOutOfOrdernessTimestampExtractor<T> This is aWatermarkStrategyWithPeriodicWatermarks
used to emit Watermarks that lag behind the element with the maximum timestamp (in event time) seen so far by a fixed amount of time,t_late
.