Class SplitsAssignment<SplitT extends SourceSplit>


  • @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 Detail

      • SplitsAssignment

        public SplitsAssignment​(SplitT split,
                                int subtask)