Class AscendingTimestampExtractor.IgnoringHandler

java.lang.Object
org.apache.flink.streaming.api.functions.timestamps.AscendingTimestampExtractor.IgnoringHandler
All Implemented Interfaces:
Serializable, AscendingTimestampExtractor.MonotonyViolationHandler
Enclosing class:
AscendingTimestampExtractor<T>

public static final class AscendingTimestampExtractor.IgnoringHandler extends Object implements AscendingTimestampExtractor.MonotonyViolationHandler
Handler that does nothing when timestamp monotony is violated.
See Also: