Class SplitsAssignment<SplitT extends SourceSplit>
- java.lang.Object
-
- org.apache.flink.api.connector.source.SplitsAssignment<SplitT>
-
@Public public final class SplitsAssignment<SplitT extends SourceSplit> extends Object
A class containing the splits assignment to the source readers.The assignment is always incremental. In another word, splits in the assignment are simply added to the existing assignment.
-
-
Constructor Summary
Constructors Constructor Description SplitsAssignment(Map<Integer,List<SplitT>> assignment)SplitsAssignment(SplitT split, int subtask)
-