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.regionserver   
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 HFileReaderV2
          HFile reader for version 2.
 

Fields in org.apache.hadoop.hbase.io.hfile declared as HFile.Reader
protected  HFile.Reader AbstractHFileReader.Scanner.reader
           
 

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.createReaderWithEncoding(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CacheConfig cacheConf, DataBlockEncoding preferredEncodingInCache)
           
static HFile.Reader HFile.createReaderWithEncoding(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, FSDataInputStreamWrapper fsdis, long size, CacheConfig cacheConf, DataBlockEncoding preferredEncodingInCache)
           
 HFile.Reader HFileScanner.getReader()
           
 HFile.Reader AbstractHFileReader.Scanner.getReader()
           
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFile.Reader
AbstractHFileReader.Scanner(HFile.Reader reader, boolean cacheBlocks, boolean pread, boolean isCompaction)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver that return HFile.Reader
 HFile.Reader StoreFile.Reader.getHFileReader()
           
 

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 © 2013 The Apache Software Foundation. All Rights Reserved.