public class NewestSegmentFirstIterator extends Object implements CompactionSegmentIterator
UNKNOWN_TOTAL_REMAINING_SEGMENTS_SIZE| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
List<DataSegment> |
next() |
it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String> |
totalRemainingSegmentsSizeBytes()
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> totalRemainingSegmentsSizeBytes()
CompactionSegmentIteratorIterator.next().totalRemainingSegmentsSizeBytes in interface CompactionSegmentIteratorpublic boolean hasNext()
hasNext in interface Iterator<List<DataSegment>>public List<DataSegment> next()
next in interface Iterator<List<DataSegment>>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.