Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
ReversedKeyValueHeap
ReversedKeyValueHeap is used for supporting reversed scanning.
|
Modifier and Type | Field and Description |
---|---|
protected KeyValueHeap |
StoreScanner.heap |
(package private) KeyValueHeap |
HRegion.RegionScannerImpl.joinedHeap
Heap of key-values that are not essential for the provided filters and are thus read
on demand, if on-demand column family loading is enabled.
|
(package private) KeyValueHeap |
HRegion.RegionScannerImpl.storeHeap |
Modifier and Type | Method and Description |
---|---|
(package private) KeyValueHeap |
HRegion.RegionScannerImpl.getStoreHeapForTesting() |
Modifier and Type | Method and Description |
---|---|
private boolean |
HRegion.RegionScannerImpl.populateResult(List<Cell> results,
KeyValueHeap heap,
ScannerContext scannerContext,
byte[] currentRow,
int offset,
short length)
Fetches records with currentRow into results list, until next row, batchLimit (if not -1) is
reached, or remainingResultSize (if not -1) is reaced
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.