Class NoMoreSplitsEvent
- java.lang.Object
-
- org.apache.flink.runtime.source.event.NoMoreSplitsEvent
-
- All Implemented Interfaces:
Serializable,OperatorEvent
public class NoMoreSplitsEvent extends Object implements OperatorEvent
A source event sent from the SplitEnumerator to the SourceReader to indicate that no more splits will be assigned to the source reader anymore. So once the SplitReader finishes reading the currently assigned splits, they can exit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMoreSplitsEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.operators.coordination.OperatorEvent
isLossTolerant
-
-