Class SuperSorterProgressSnapshot

    • Constructor Detail

      • SuperSorterProgressSnapshot

        public SuperSorterProgressSnapshot​(int totalMergingLevels,
                                           Map<Integer,​Long> levelToTotalBatches,
                                           Map<Integer,​Long> levelToMergedBatches,
                                           long totalMergersForUltimateLevel,
                                           boolean isTriviallyComplete)
    • Method Detail

      • getTotalMergingLevels

        public int getTotalMergingLevels()
      • getLevelToTotalBatches

        public Map<Integer,​Long> getLevelToTotalBatches()
      • getLevelToMergedBatches

        public Map<Integer,​Long> getLevelToMergedBatches()
      • getTotalMergersForUltimateLevel

        public long getTotalMergersForUltimateLevel()
      • isTriviallyComplete

        public boolean isTriviallyComplete()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object