public final class MergingIterator extends AbstractSeekingIterator<InternalKey,Slice>
| Constructor and Description |
|---|
MergingIterator(List<? extends InternalIterator> levels,
Comparator<InternalKey> comparator) |
| Modifier and Type | Method and Description |
|---|---|
protected Map.Entry<InternalKey,Slice> |
getNextElement() |
protected void |
seekInternal(InternalKey targetKey) |
protected void |
seekToFirstInternal() |
String |
toString() |
hasNext, next, peek, remove, seek, seekToFirstclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic MergingIterator(List<? extends InternalIterator> levels, Comparator<InternalKey> comparator)
protected void seekToFirstInternal()
seekToFirstInternal in class AbstractSeekingIterator<InternalKey,Slice>protected void seekInternal(InternalKey targetKey)
seekInternal in class AbstractSeekingIterator<InternalKey,Slice>protected Map.Entry<InternalKey,Slice> getNextElement()
getNextElement in class AbstractSeekingIterator<InternalKey,Slice>Copyright © 2011–2019. All rights reserved.