|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileSystem | |
---|---|
protected HFileContext |
HFileReaderV3.createHFileContext(FSDataInputStreamWrapper fsdis,
long fileSize,
HFileSystem hfs,
org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer)
|
protected HFileContext |
HFileReaderV2.createHFileContext(FSDataInputStreamWrapper fsdis,
long fileSize,
HFileSystem hfs,
org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer)
|
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,
org.apache.hadoop.conf.Configuration conf)
|
|
HFileReaderV2(org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer,
FSDataInputStreamWrapper fsdis,
long size,
CacheConfig cacheConf,
HFileSystem hfs,
org.apache.hadoop.conf.Configuration conf)
Opens a HFile. |
|
HFileReaderV3(org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer,
FSDataInputStreamWrapper fsdis,
long size,
CacheConfig cacheConf,
HFileSystem hfs,
org.apache.hadoop.conf.Configuration conf)
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 |