Uses of Class
org.apache.hadoop.hbase.regionserver.KeyValueHeap
-
Uses of KeyValueHeap in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
ReversedKeyValueHeap is used for supporting reversed scanning.Modifier and TypeFieldDescriptionprivate 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 TypeMethodDescriptionprotected KeyValueHeap
ReversedStoreScanner.newKVHeap
(List<? extends KeyValueScanner> scanners, CellComparator comparator) protected KeyValueHeap
StoreScanner.newKVHeap
(List<? extends KeyValueScanner> scanners, CellComparator comparator) Modifier and TypeMethodDescriptionprivate boolean
RegionScannerImpl.populateResult
(List<? super ExtendedCell> results, KeyValueHeap heap, ScannerContext scannerContext, ExtendedCell currentRowCell) Fetches records with currentRow into results list, until next row, batchLimit (if not -1) is reached, or remainingResultSize (if not -1) is reaced