| Constructor and Description |
|---|
SnapshotSeekingIterator(DbIterator iterator,
SnapshotImpl snapshot,
Comparator<Slice> userComparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Map.Entry<Slice,Slice> |
getNextElement() |
protected void |
seekInternal(Slice targetKey) |
protected void |
seekToFirstInternal() |
String |
toString() |
hasNext, next, peek, remove, seek, seekToFirstclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic SnapshotSeekingIterator(DbIterator iterator, SnapshotImpl snapshot, Comparator<Slice> userComparator)
public void close()
protected void seekToFirstInternal()
seekToFirstInternal in class AbstractSeekingIterator<Slice,Slice>protected void seekInternal(Slice targetKey)
seekInternal in class AbstractSeekingIterator<Slice,Slice>protected Map.Entry<Slice,Slice> getNextElement()
getNextElement in class AbstractSeekingIterator<Slice,Slice>Copyright © 2011–2019. All rights reserved.