@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, shipped
ReversedRegionScannerImpl(Scan scan, List<KeyValueScanner> additionalScanners, HRegion region) throws IOException
scan
- additionalScanners
- region
- IOException
protected void initializeKVHeap(List<KeyValueScanner> scanners, List<KeyValueScanner> joinedScanners, HRegion region) throws IOException
initializeKVHeap
in class HRegion.RegionScannerImpl
IOException
protected boolean shouldStop(Cell currentRowCell)
shouldStop
in class HRegion.RegionScannerImpl
protected boolean nextRow(ScannerContext scannerContext, Cell curRowCell) throws IOException
nextRow
in class HRegion.RegionScannerImpl
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.