Class ReportedWatermarkEvent

java.lang.Object
org.apache.flink.runtime.source.event.ReportedWatermarkEvent
All Implemented Interfaces:
Serializable, OperatorEvent

public class ReportedWatermarkEvent extends Object implements OperatorEvent
Reports last emitted Watermark from a subtask to the SourceCoordinator.
See Also:
  • Constructor Details

    • ReportedWatermarkEvent

      public ReportedWatermarkEvent(long watermark)
  • Method Details

    • getWatermark

      public long getWatermark()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object