Class SourceReaderFinishedEvent

java.lang.Object
org.apache.flink.connector.base.source.hybrid.SourceReaderFinishedEvent
All Implemented Interfaces:
Serializable, org.apache.flink.api.connector.source.SourceEvent

public class SourceReaderFinishedEvent extends Object implements org.apache.flink.api.connector.source.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:
  • Constructor Details

    • SourceReaderFinishedEvent

      public SourceReaderFinishedEvent(int sourceIndex)
      Constructor.
      Parameters:
      sourceIndex -
  • Method Details

    • sourceIndex

      public int sourceIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object