| Package | Description |
|---|---|
| org.apache.druid.server.coordinator.duty |
| Modifier and Type | Class and Description |
|---|---|
class |
NewestSegmentFirstIterator
This class iterates all segments of the dataSources configured for compaction from the newest to the oldest.
|
| Modifier and Type | Method and Description |
|---|---|
CompactionSegmentIterator |
NewestSegmentFirstPolicy.reset(Map<String,DataSourceCompactionConfig> compactionConfigs,
Map<String,VersionedIntervalTimeline<String,DataSegment>> dataSources,
Map<String,List<org.joda.time.Interval>> skipIntervals) |
CompactionSegmentIterator |
CompactionSegmentSearchPolicy.reset(Map<String,DataSourceCompactionConfig> compactionConfigs,
Map<String,VersionedIntervalTimeline<String,DataSegment>> dataSources,
Map<String,List<org.joda.time.Interval>> skipIntervals)
Reset the current states of this policy.
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.