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
SplitsChangeis only used when theRecordEvaluatorreports 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 Summary
Constructors Constructor Description SplitsRemoval(List<SplitT> splits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.apache.flink.connector.base.source.reader.splitreader.SplitsChange
splits
-
-