public class NewestSegmentFirstIterator extends Object implements CompactionSegmentIterator
UNKNOWN_REMAINING_SEGMENT_SIZE| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
List<org.apache.druid.timeline.DataSegment> |
next() |
it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String> |
remainingSegmentSizeBytes()
Return a map of (dataSource, total size of remaining segments) for all dataSources.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String> remainingSegmentSizeBytes()
CompactionSegmentIteratorIterator.next().remainingSegmentSizeBytes in interface CompactionSegmentIteratorpublic boolean hasNext()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.