Uses of Class
org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
Packages that use NonLazyKeyValueScanner
-
Uses of NonLazyKeyValueScanner in org.apache.hadoop.hbase.regionserver
Subclasses of NonLazyKeyValueScanner in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclass
Implements a heap merge across any number of KeyValueScanners.class
Scanner scans both the memstore and the MOB Store.class
A "non-reversed & non-lazy" scanner which does not support backward scanning and always does a real seek operation.class
ReversedKeyValueHeap is used for supporting reversed scanning.class
ReversedMobStoreScanner extends from ReversedStoreScanner, and is used to support reversed scanning in both the memstore and the MOB store.class
ReversedStoreScanner extends from StoreScanner, and is used to support reversed scanning.class
A basic SegmentScanner used against an ImmutableScanner snapshot Used flushing where we do a single pass, no reverse scanning or inserts happening.class
Scanner scans both the memstore and the Store. -
Uses of NonLazyKeyValueScanner in org.apache.hadoop.hbase.util
Subclasses of NonLazyKeyValueScanner in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclass
Utility scanner that wraps a sortable collection and serves as a KeyValueScanner.