private static class TestStoreScanner.CellWithVersionsStoreScanner extends org.apache.hadoop.hbase.regionserver.StoreScanner
Modifier and Type | Field and Description |
---|---|
(package private) AtomicInteger |
optimization |
Constructor and Description |
---|
CellWithVersionsStoreScanner(org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.hbase.regionserver.ScanInfo scanInfo) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.Cell |
getNextIndexedKey() |
protected boolean |
trySkipToNextColumn(org.apache.hadoop.hbase.Cell cell) |
checkFlushed, checkScanOrder, close, enableLazySeekGlobally, getAllScannersForTesting, getEstimatedNumberOfKvsScanned, getReadPoint, getScannerOrder, isScanUsePread, newKVHeap, next, next, peek, reopenAfterFlush, reseek, resetKVHeap, seek, seekAsDirection, seekScanners, seekToNextRow, selectScannersFrom, shipped, trySkipToNextRow, trySwitchToStreamRead, updateReaders
backwardSeek, seekToLastRow, seekToPreviousRow
doRealSeek, enforceSeek, getFilePath, isFileScanner, realSeekDone, requestSeek, shouldUseScanner
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final AtomicInteger optimization
CellWithVersionsStoreScanner(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.regionserver.ScanInfo scanInfo) throws IOException
IOException
protected boolean trySkipToNextColumn(org.apache.hadoop.hbase.Cell cell) throws IOException
trySkipToNextColumn
in class org.apache.hadoop.hbase.regionserver.StoreScanner
IOException
public org.apache.hadoop.hbase.Cell getNextIndexedKey()
getNextIndexedKey
in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
getNextIndexedKey
in class org.apache.hadoop.hbase.regionserver.StoreScanner
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.