Package org.apache.druid.server.coordinator.compact
-
Interface Summary Interface Description CompactionSegmentIterator Segments in the lists which are the elements of this iterator are sorted according to the natural segment order (seeDataSegment.compareTo(org.apache.druid.timeline.DataSegment)).CompactionSegmentSearchPolicy Segment searching policy used byCompactSegments. -
Class Summary Class Description CompactionStatistics Used to track statistics for segments in different states of compaction.CompactionStatus Represents the status of compaction for a given list of candidate segments.NewestSegmentFirstIterator This class iterates all segments of the dataSources configured for compaction from the newest to the oldest.NewestSegmentFirstPolicy This policy searches segments for compaction from the newest one to oldest one.SegmentsToCompact List of segments to compact.