Class SplitsRemoval<SplitT>

java.lang.Object
org.apache.flink.connector.base.source.reader.splitreader.SplitsChange<SplitT>
org.apache.flink.connector.base.source.reader.splitreader.SplitsRemoval<SplitT>
Type Parameters:
SplitT - the split type.

@Internal public class SplitsRemoval<SplitT> extends SplitsChange<SplitT>
A change to remove splits.

This type of SplitsChange is only used when the RecordEvaluator reports the end of the stream.

The SplitsRemoval change between the enumerator and the reader may cause a data loss. See more details at the discussion e-mail.

  • Constructor Details

    • SplitsRemoval

      public SplitsRemoval(List<SplitT> splits)
  • Method Details