public final class LevelIterator extends AbstractSeekingIterator<InternalKey,Slice> implements InternalIterator
| Constructor and Description |
|---|
LevelIterator(TableCache tableCache,
List<FileMetaData> files,
InternalKeyComparator 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, waitseek, seekToFirstforEachRemaining, hasNextpublic LevelIterator(TableCache tableCache, List<FileMetaData> files, InternalKeyComparator 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.