@InterfaceAudience.Private class ReversedRegionScannerImpl extends HRegion.RegionScannerImpl
comparator, includeStopRow, joinedContinuationRow, joinedHeap, region, stopRow, storeHeap| Constructor and Description | 
|---|
| ReversedRegionScannerImpl(Scan scan,
                         List<KeyValueScanner> additionalScanners,
                         HRegion region) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | initializeKVHeap(List<KeyValueScanner> scanners,
                List<KeyValueScanner> joinedScanners,
                HRegion region) | 
| protected boolean | nextRow(ScannerContext scannerContext,
       Cell curRowCell) | 
| protected boolean | shouldStop(Cell currentRowCell) | 
close, getBatch, getMaxResultSize, getMvccReadPoint, getRegionInfo, getStoreHeapForTesting, incrementCountOfRowsFilteredMetric, incrementCountOfRowsScannedMetric, initializeScanners, isFilterDone, next, next, nextRaw, nextRaw, reseek, resetFilters, run, shippedReversedRegionScannerImpl(Scan scan, List<KeyValueScanner> additionalScanners, HRegion region) throws IOException
scan - additionalScanners - region - IOExceptionprotected void initializeKVHeap(List<KeyValueScanner> scanners, List<KeyValueScanner> joinedScanners, HRegion region) throws IOException
initializeKVHeap in class HRegion.RegionScannerImplIOExceptionprotected boolean shouldStop(Cell currentRowCell)
shouldStop in class HRegion.RegionScannerImplprotected boolean nextRow(ScannerContext scannerContext, Cell curRowCell) throws IOException
nextRow in class HRegion.RegionScannerImplIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.