public class NewestSegmentFirstIterator extends Object implements CompactionSegmentIterator
UNKNOWN_REMAINING_SEGMENT_SIZE| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
List<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()
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.