Class 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.
    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
    • Constructor Detail

      • AscendingTimestampExtractor

        public AscendingTimestampExtractor()
        Deprecated.