Class SourceReaderFinishedEvent
- java.lang.Object
-
- org.apache.flink.connector.base.source.hybrid.SourceReaderFinishedEvent
-
- All Implemented Interfaces:
Serializable
,SourceEvent
public class SourceReaderFinishedEvent extends Object implements SourceEvent
A source event sent from the HybridSourceReader to the enumerator to indicate that the current reader has finished and splits for the next reader can be sent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceReaderFinishedEvent(int sourceIndex)
Constructor.
-