Uses of Class
org.apache.hadoop.hbase.io.FSDataInputStreamWrapper

Packages that use FSDataInputStreamWrapper
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.regionserver   
 

Uses of FSDataInputStreamWrapper in org.apache.hadoop.hbase.io
 

Constructors in org.apache.hadoop.hbase.io with parameters of type FSDataInputStreamWrapper
HalfStoreFileReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, Reference r, DataBlockEncoding preferredEncodingInCache)
          Creates a half file reader for a hfile referred to by an hfilelink.
 

Uses of FSDataInputStreamWrapper in org.apache.hadoop.hbase.io.hfile
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type FSDataInputStreamWrapper
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)
           
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type FSDataInputStreamWrapper
HFileReaderV2(org.apache.hadoop.fs.Path path, FixedFileTrailer trailer, FSDataInputStreamWrapper fsdis, long size, CacheConfig cacheConf, DataBlockEncoding preferredEncodingInCache, HFileSystem hfs)
          Opens a HFile.
 

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

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type FSDataInputStreamWrapper
StoreFile.Reader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, FSDataInputStreamWrapper in, long size, CacheConfig cacheConf, DataBlockEncoding preferredEncodingInCache)
           
 



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