Uses of Interface
org.apache.druid.server.coordinator.compact.CompactionSegmentIterator
-
Packages that use CompactionSegmentIterator Package Description org.apache.druid.server.coordinator.compact -
-
Uses of CompactionSegmentIterator in org.apache.druid.server.coordinator.compact
Classes in org.apache.druid.server.coordinator.compact that implement CompactionSegmentIterator Modifier and Type Class Description classNewestSegmentFirstIteratorThis class iterates all segments of the dataSources configured for compaction from the newest to the oldest.Methods in org.apache.druid.server.coordinator.compact that return CompactionSegmentIterator Modifier and Type Method Description CompactionSegmentIteratorCompactionSegmentSearchPolicy. reset(Map<String,DataSourceCompactionConfig> compactionConfigs, Map<String,org.apache.druid.timeline.SegmentTimeline> dataSources, Map<String,List<org.joda.time.Interval>> skipIntervals)Reset the current states of this policy.CompactionSegmentIteratorNewestSegmentFirstPolicy. reset(Map<String,DataSourceCompactionConfig> compactionConfigs, Map<String,org.apache.druid.timeline.SegmentTimeline> dataSources, Map<String,List<org.joda.time.Interval>> skipIntervals)
-