public class SSTableBoundedScanner extends SSTableScanner
Modifier and Type | Class and Description |
---|---|
protected class |
SSTableBoundedScanner.BoundedKeyScanningIterator |
SSTableScanner.FilteredKeyScanningIterator, SSTableScanner.KeyScanningIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
OnDiskAtomIterator |
next() |
void |
seekTo(RowPosition seekKey) |
close, getBackingFiles, getCurrentPosition, getLengthInBytes, remove, toString
public void seekTo(RowPosition seekKey)
seekTo
in class SSTableScanner
public boolean hasNext()
hasNext
in interface java.util.Iterator<OnDiskAtomIterator>
hasNext
in class SSTableScanner
public OnDiskAtomIterator next()
next
in interface java.util.Iterator<OnDiskAtomIterator>
next
in class SSTableScanner
Copyright © 2013 The Apache Software Foundation