@InterfaceAudience.Private public class MemStoreMergerSegmentsIterator extends MemStoreSegmentsIterator
Modifier and Type | Field and Description |
---|---|
private boolean |
closed |
private KeyValueHeap |
heap |
(package private) List<KeyValueScanner> |
scanners |
scannerContext
Constructor and Description |
---|
MemStoreMergerSegmentsIterator(List<ImmutableSegment> segments,
CellComparator comparator,
int compactionKVMax) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Cell |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private KeyValueHeap heap
List<KeyValueScanner> scanners
private boolean closed
public MemStoreMergerSegmentsIterator(List<ImmutableSegment> segments, CellComparator comparator, int compactionKVMax) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.