Uses of Class
org.apache.hadoop.hbase.regionserver.KeyValueHeap
Packages that use KeyValueHeap
-
Uses of KeyValueHeap in org.apache.hadoop.hbase.regionserver
Subclasses of KeyValueHeap in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassReversedKeyValueHeap is used for supporting reversed scanning.Fields in org.apache.hadoop.hbase.regionserver declared as KeyValueHeapModifier and TypeFieldDescriptionprivate KeyValueHeapMemStoreMergerSegmentsIterator.heapprotected KeyValueHeapStoreScanner.heap(package private) KeyValueHeapRegionScannerImpl.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) KeyValueHeapRegionScannerImpl.storeHeapMethods in org.apache.hadoop.hbase.regionserver that return KeyValueHeapModifier and TypeMethodDescriptionprotected KeyValueHeapReversedStoreScanner.newKVHeap(List<? extends KeyValueScanner> scanners, CellComparator comparator) protected KeyValueHeapStoreScanner.newKVHeap(List<? extends KeyValueScanner> scanners, CellComparator comparator) Methods in org.apache.hadoop.hbase.regionserver with parameters of type KeyValueHeapModifier and TypeMethodDescriptionprivate booleanRegionScannerImpl.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