Interface CompactionSegmentIterator

    • Method Detail

      • totalCompactedStatistics

        Map<String,​CompactionStatistics> totalCompactedStatistics()
        Return a map of dataSourceName to CompactionStatistics. This method returns the aggregated statistics of segments that was already compacted and does not need to be compacted again. Hence, segment that were not returned by the Iterator.next() becuase it does not needs compaction. Note that the aggregations returned by this method is only up to the current point of the iterator being iterated.
      • totalSkippedStatistics

        Map<String,​CompactionStatistics> totalSkippedStatistics()
        Return a map of dataSourceName to CompactionStatistics. This method returns the aggregated statistics of segments that was skipped as it cannot be compacted. Hence, segment that were not returned by the Iterator.next() becuase it cannot be compacted. Note that the aggregations returned by this method is only up to the current point of the iterator being iterated.