Class AscendingTimestampExtractor<T>
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.timestamps.AscendingTimestampExtractor<T>
-
- org.apache.flink.streaming.api.functions.AscendingTimestampExtractor<T>
-
- Type Parameters:
T- The type of the elements that this function can extract timestamps from
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.eventtime.TimestampAssigner<T>,org.apache.flink.api.common.functions.Function,AssignerWithPeriodicWatermarks<T>,TimestampAssigner<T>
@PublicEvolving @Deprecated public abstract class AscendingTimestampExtractor<T> extends AscendingTimestampExtractor<T>
Deprecated.ExtendAscendingTimestampExtractorinstead.A timestamp assigner and watermark generator for streams where timestamps are monotonously ascending. In this case, the local watermarks for the streams are easy to generate, because they strictly follow the timestamps.Note: This is just a deprecated stub class. The actual code for this has moved to
AscendingTimestampExtractor.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.streaming.api.functions.timestamps.AscendingTimestampExtractor
AscendingTimestampExtractor.FailingHandler, AscendingTimestampExtractor.IgnoringHandler, AscendingTimestampExtractor.LoggingHandler, AscendingTimestampExtractor.MonotonyViolationHandler
-
-
Constructor Summary
Constructors Constructor Description AscendingTimestampExtractor()Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.flink.streaming.api.functions.timestamps.AscendingTimestampExtractor
extractAscendingTimestamp, extractTimestamp, getCurrentWatermark, withViolationHandler
-
-