Class MaxSizeSplitHintSpec

  • All Implemented Interfaces:
    SplitHintSpec

    public class MaxSizeSplitHintSpec
    extends Object
    implements SplitHintSpec
    A SplitHintSpec that can create splits of multiple files. A split created by this class can have one or more input files. If there is only one file in the split, its size can be larger than maxSplitSize. If there are two or more files in the split, their total size cannot be larger than maxSplitSize.