Class WatermarkAlignmentEvent

    • Constructor Detail

      • WatermarkAlignmentEvent

        public WatermarkAlignmentEvent​(long maxWatermark)
    • Method Detail

      • getMaxWatermark

        public long getMaxWatermark()
      • isLossTolerant

        public boolean isLossTolerant()
        Specified by:
        isLossTolerant in interface OperatorEvent
        Returns:
        true, because even if lost, WatermarkAlignmentEvent will re-send again, and it doesn't hold any critical information that could lead to a data loss.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object