public final class Level0Iterator extends AbstractSeekingIterator<InternalKey,Slice> implements InternalIterator
Constructor and Description |
---|
Level0Iterator(List<InternalTableIterator> inputs,
Comparator<InternalKey> comparator) |
Level0Iterator(TableCache tableCache,
List<FileMetaData> files,
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, seekToFirst
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
seek, seekToFirst
forEachRemaining, hasNext
public Level0Iterator(TableCache tableCache, List<FileMetaData> files, Comparator<InternalKey> comparator)
public Level0Iterator(List<InternalTableIterator> inputs, 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.