@InterfaceAudience.Private public abstract class NonReversedNonLazyKeyValueScanner extends NonLazyKeyValueScanner
| Constructor and Description |
|---|
NonReversedNonLazyKeyValueScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
backwardSeek(Cell key)
Seek the scanner at or before the row of specified Cell, it firstly
tries to seek the scanner at or after the specified Cell, return if
peek KeyValue of scanner has the same row with specified Cell,
otherwise seek the scanner at the first Cell of the row which is the
previous row of specified KeyValue
|
boolean |
seekToLastRow()
Seek the scanner at the first KeyValue of last row
|
boolean |
seekToPreviousRow(Cell key)
Seek the scanner at the first Cell of the row which is the previous row
of specified key
|
doRealSeek, enforceSeek, getNextIndexedKey, isFileScanner, realSeekDone, requestSeek, shouldUseScannerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getSequenceID, next, peek, reseek, seekpublic boolean backwardSeek(Cell key) throws IOException
KeyValueScannerkey - seek KeyValueIOExceptionpublic boolean seekToPreviousRow(Cell key) throws IOException
KeyValueScannerkey - seek valueIOExceptionpublic boolean seekToLastRow()
throws IOException
KeyValueScannerIOExceptionCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.