@InterfaceAudience.Private class ReversedRegionScannerImpl extends RegionScannerImpl
comparator, includeStopRow, joinedContinuationRow, joinedHeap, region, stopRow, storeHeap
Constructor and Description |
---|
ReversedRegionScannerImpl(Scan scan,
List<KeyValueScanner> additionalScanners,
HRegion region,
long nonceGroup,
long nonce) |
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, getOperationId, getRegionInfo, isFilterDone, next, next, nextRaw, nextRaw, reseek, resetFilters, run, shipped
ReversedRegionScannerImpl(Scan scan, List<KeyValueScanner> additionalScanners, HRegion region, long nonceGroup, long nonce) throws IOException
IOException
protected void initializeKVHeap(List<KeyValueScanner> scanners, List<KeyValueScanner> joinedScanners, HRegion region) throws IOException
initializeKVHeap
in class RegionScannerImpl
IOException
protected boolean shouldStop(Cell currentRowCell)
shouldStop
in class RegionScannerImpl
protected boolean nextRow(ScannerContext scannerContext, Cell curRowCell) throws IOException
nextRow
in class RegionScannerImpl
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.