Class SplitUtils


  • public class SplitUtils
    extends Object
    • Constructor Detail

      • SplitUtils

        public SplitUtils()
    • Method Detail

      • updateSplit

        public static void updateSplit​(RangeInputSplit split,
                                       InputTableConfig tableConfig)
        Central place to set common split configuration not handled by split constructors. The intention is to make it harder to miss optional setters in future refactor.
      • getRangeLength

        public static long getRangeLength​(Range range)