Class IsProcessingBacklogEvent
java.lang.Object
org.apache.flink.runtime.source.event.IsProcessingBacklogEvent
- All Implemented Interfaces:
Serializable,OperatorEvent
A source event that notify the source operator of the backlog status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsProcessingBacklogEvent
public IsProcessingBacklogEvent(boolean isProcessingBacklog)
-
-
Method Details