| Package | Description |
|---|---|
| org.apache.druid.server.coordinator.helper |
| 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,org.apache.druid.timeline.VersionedIntervalTimeline<String,org.apache.druid.timeline.DataSegment>> dataSources) |
CompactionSegmentIterator |
CompactionSegmentSearchPolicy.reset(Map<String,DataSourceCompactionConfig> compactionConfigs,
Map<String,org.apache.druid.timeline.VersionedIntervalTimeline<String,org.apache.druid.timeline.DataSegment>> dataSources)
Reset the current states of this policy.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.