@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, waitforEachRemainingprivate KeyValueHeap heap
List<KeyValueScanner> scanners
private boolean closed
public MemStoreMergerSegmentsIterator(List<ImmutableSegment> segments, CellComparator comparator, int compactionKVMax) throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.