Package org.apache.flink.streaming.api.functions.timestamps
package org.apache.flink.streaming.api.functions.timestamps
-
ClassDescriptionDeprecated.Handler that fails the program when timestamp monotony is violated.Handler that does nothing when timestamp monotony is violated.Handler that only logs violations of timestamp monotony, on WARN log level.Interface for handlers that handle violations of the monotonous ascending timestamps property.This is a
WatermarkStrategyWithPeriodicWatermarksused 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.