Class IsProcessingBacklogEvent

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

public class IsProcessingBacklogEvent extends Object implements OperatorEvent
A source event that notify the source operator of the backlog status.
See Also:
  • Constructor Details

    • IsProcessingBacklogEvent

      public IsProcessingBacklogEvent(boolean isProcessingBacklog)
  • Method Details

    • isProcessingBacklog

      public boolean isProcessingBacklog()
    • 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