Uses of Class
org.apache.hadoop.hbase.regionserver.StoreFile.Reader

Packages that use StoreFile.Reader
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.regionserver   
 

Uses of StoreFile.Reader in org.apache.hadoop.hbase.io
 

Subclasses of StoreFile.Reader in org.apache.hadoop.hbase.io
 class HalfStoreFileReader
          A facade for a HFile.Reader that serves up either the top or bottom half of a HFile where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
 

Uses of StoreFile.Reader in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return StoreFile.Reader
 StoreFile.Reader StoreFile.createReader()
           
 StoreFile.Reader StoreFile.getReader()
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.