Interface | Description |
---|---|
AscendingTimestampExtractor.MonotonyViolationHandler |
Interface for handlers that handle violations of the monotonous ascending timestamps
property.
|
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 a
AssignerWithPeriodicWatermarks 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 . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.