Uses of Class
org.apache.hadoop.hbase.regionserver.NonReversedNonLazyKeyValueScanner
Packages that use NonReversedNonLazyKeyValueScanner
-
Uses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.regionserver
Subclasses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassImplements a heap merge across any number of KeyValueScanners.classScanner scans both the memstore and the MOB Store.classReversedKeyValueHeap is used for supporting reversed scanning.classReversedMobStoreScanner extends from ReversedStoreScanner, and is used to support reversed scanning in both the memstore and the MOB store.classReversedStoreScanner extends from StoreScanner, and is used to support reversed scanning.classA basic SegmentScanner used against an ImmutableScanner snapshot Used flushing where we do a single pass, no reverse scanning or inserts happening.classScanner scans both the memstore and the Store. -
Uses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.util
Subclasses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclassUtility scanner that wraps a sortable collection and serves as a KeyValueScanner.