Uses of Class
org.apache.hadoop.hbase.regionserver.NonReversedNonLazyKeyValueScanner

Packages that use NonReversedNonLazyKeyValueScanner
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

Uses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.regionserver
 

Subclasses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.regionserver
 class KeyValueHeap
          Implements a heap merge across any number of KeyValueScanners.
 class ReversedKeyValueHeap
          ReversedKeyValueHeap is used for supporting reversed scanning.
 class StoreScanner
          Scanner scans both the memstore and the Store.
 

Uses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.util
 

Subclasses of NonReversedNonLazyKeyValueScanner in org.apache.hadoop.hbase.util
 class CollectionBackedScanner
          Utility scanner that wraps a sortable collection and serves as a KeyValueScanner.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.