Class AscendingTimestamps

  • All Implemented Interfaces:
    Serializable, org.apache.flink.table.legacy.descriptors.Descriptor

    @PublicEvolving
    public final class AscendingTimestamps
    extends PeriodicWatermarkAssigner
    A watermark strategy for ascending rowtime attributes.

    Emits a watermark of the maximum observed timestamp so far minus 1. Rows that have a timestamp equal to the max timestamp are not late.

    See Also:
    Serialized Form
    • Constructor Detail

      • AscendingTimestamps

        public AscendingTimestamps()
    • Method Detail

      • toProperties

        public Map<String,​String> toProperties()
        Specified by:
        toProperties in interface org.apache.flink.table.legacy.descriptors.Descriptor
        Overrides:
        toProperties in class org.apache.flink.table.sources.wmstrategies.WatermarkStrategy
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object