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

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

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

Subclasses of NonLazyKeyValueScanner in org.apache.hadoop.hbase.regionserver
 class KeyValueHeap
          Implements a heap merge across any number of KeyValueScanners.
protected  class MemStore.MemStoreScanner
           
 class NonReversedNonLazyKeyValueScanner
          A "non-reversed & non-lazy" scanner which does not support backward scanning and always does a real seek operation.
 class ReversedKeyValueHeap
          ReversedKeyValueHeap is used for supporting reversed scanning.
 class StoreScanner
          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.util
 class CollectionBackedScanner
          Utility scanner that wraps a sortable collection and serves as a KeyValueScanner.
 



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