| Interface | Description |
|---|---|
| CompactionSegmentIterator |
Segments in the lists which are the elements of this iterator are sorted according to the natural segment order
(see
DataSegment.compareTo(org.apache.druid.timeline.DataSegment)). |
| CompactionSegmentSearchPolicy |
Segment searching policy used by
DruidCoordinatorSegmentCompactor. |
| DruidCoordinatorHelper |
| Class | Description |
|---|---|
| DruidCoordinatorBalancer | |
| DruidCoordinatorCleanupOvershadowed | |
| DruidCoordinatorCleanupUnneeded | |
| DruidCoordinatorLogger | |
| DruidCoordinatorRuleRunner | |
| DruidCoordinatorSegmentCompactor | |
| DruidCoordinatorSegmentInfoLoader | |
| DruidCoordinatorSegmentKiller |
Completely removes information about unused segments whose end time is older than
DruidCoordinatorSegmentKiller.retainDuration from now
from the metadata store. |
| 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.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.