Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFile.Reader

Packages that use HFile.Reader
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.util   
 

Uses of HFile.Reader in org.apache.hadoop.hbase.io.hfile
 

Classes in org.apache.hadoop.hbase.io.hfile that implement HFile.Reader
 class AbstractHFileReader
          Common functionality needed by all versions of HFile readers.
 class HFileReaderV1
          HFile reader for version 1.
 class HFileReaderV2
          HFile reader for version 2.
 

Methods in org.apache.hadoop.hbase.io.hfile that return HFile.Reader
static HFile.Reader HFile.createReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CacheConfig cacheConf)
           
static HFile.Reader HFile.createReader(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataInputStream fsdis, long size, CacheConfig cacheConf)
           
 HFile.Reader HFileReaderV1.ScannerV1.getReader()
           
 HFile.Reader HFileScanner.getReader()
           
 

Uses of HFile.Reader in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util with parameters of type HFile.Reader
static BloomFilter BloomFilterFactory.createFromMeta(DataInput meta, HFile.Reader reader)
          Instantiates the correct Bloom filter class based on the version provided in the meta block data.
 

Constructors in org.apache.hadoop.hbase.util with parameters of type HFile.Reader
CompoundBloomFilter(DataInput meta, HFile.Reader reader)
          De-serialization for compound Bloom filter metadata.
 



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