| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReversedKeyValueHeapReversedKeyValueHeap is used for supporting reversed scanning. | 
| Modifier and Type | Field and Description | 
|---|---|
| private KeyValueHeap | MemStoreMergerSegmentsIterator. heap | 
| protected KeyValueHeap | StoreScanner. heap | 
| (package private) KeyValueHeap | HRegion.RegionScannerImpl. joinedHeapHeap 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() | 
| 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 | HRegion.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–2021 The Apache Software Foundation. All rights reserved.