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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsProcessingBacklogEvent(boolean isProcessingBacklog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()booleanisProcessingBacklog()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.operators.coordination.OperatorEvent
isLossTolerant
-
-