Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ReversedRegionScannerImpl
ReversibleRegionScannerImpl extends from RegionScannerImpl, and is used to support reversed
scanning.
|
Modifier and Type | Method and Description |
---|---|
RegionScannerImpl |
HRegion.getScanner(Scan scan) |
RegionScannerImpl |
HRegion.getScanner(Scan scan,
List<KeyValueScanner> additionalScanners) |
private RegionScannerImpl |
HRegion.getScanner(Scan scan,
List<KeyValueScanner> additionalScanners,
long nonceGroup,
long nonce) |
protected RegionScannerImpl |
HRegion.instantiateRegionScanner(Scan scan,
List<KeyValueScanner> additionalScanners,
long nonceGroup,
long nonce) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.