Uses of Class
org.apache.hadoop.hbase.fs.HFileSystem

Packages that use HFileSystem
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 HFileSystem in org.apache.hadoop.hbase.io
 

Methods in org.apache.hadoop.hbase.io that return HFileSystem
 HFileSystem FSDataInputStreamWrapper.getHfs()
           
 

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

Fields in org.apache.hadoop.hbase.io.hfile declared as HFileSystem
protected  HFileSystem AbstractHFileReader.hfs
          The filesystem used for accesing data
 

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

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

Fields in org.apache.hadoop.hbase.regionserver declared as HFileSystem
protected  HFileSystem HRegionServer.fs
           
 



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