| 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 |
|---|---|
private KeyValueHeap |
MemStoreMergerSegmentsIterator.heap |
protected KeyValueHeap |
StoreScanner.heap |
(package private) KeyValueHeap |
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 |
RegionScannerImpl.storeHeap |
| Modifier and Type | Method and Description |
|---|---|
protected KeyValueHeap |
ReversedStoreScanner.newKVHeap(List<? extends KeyValueScanner> scanners,
CellComparator comparator) |
protected KeyValueHeap |
StoreScanner.newKVHeap(List<? extends KeyValueScanner> scanners,
CellComparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
RegionScannerImpl.populateResult(List<Cell> results,
KeyValueHeap heap,
ScannerContext scannerContext,
Cell currentRowCell)
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–2020 The Apache Software Foundation. All rights reserved.