Uses of Class
org.apache.hadoop.hbase.io.MapFile.Reader

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

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

Subclasses of MapFile.Reader in org.apache.hadoop.hbase.io
static class BloomFilterMapFile.Reader
           
 class HalfMapFileReader
          A facade for a MapFile.Reader that serves up either the top or bottom half of a MapFile 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.
static class HBaseMapFile.HBaseReader
          A reader capable of reading and caching blocks of the data file.
 

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

Methods in org.apache.hadoop.hbase.regionserver that return MapFile.Reader
 MapFile.Reader[] HStore.getReaders()
           
 



Copyright © 2008 The Apache Software Foundation