|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HFileSystem | |
---|---|
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.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,
org.apache.hadoop.fs.FSDataInputStream fsdis,
org.apache.hadoop.fs.FSDataInputStream fsdisNoFsChecksum,
long fileSize,
boolean closeIStream,
CacheConfig cacheConf,
HFileSystem hfs)
|
|
HFileReaderV2(org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer,
org.apache.hadoop.fs.FSDataInputStream fsdis,
org.apache.hadoop.fs.FSDataInputStream fsdisNoFsChecksum,
long size,
boolean closeIStream,
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |