@InterfaceAudience.Private public class MemStoreMergerSegmentsIterator extends MemStoreSegmentsIterator
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, waitforEachRemainingpublic MemStoreMergerSegmentsIterator(List<ImmutableSegment> segments, CellComparator comparator, int compactionKVMax) throws IOException
IOExceptionpublic boolean hasNext()
public Cell next()
public void close()
close in class MemStoreSegmentsIteratorpublic void remove()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.