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, toStringpublic void seekTo(RowPosition seekKey)
seekTo in class SSTableScannerpublic boolean hasNext()
hasNext in interface java.util.Iterator<OnDiskAtomIterator>hasNext in class SSTableScannerpublic OnDiskAtomIterator next()
next in interface java.util.Iterator<OnDiskAtomIterator>next in class SSTableScannerCopyright © 2014 The Apache Software Foundation