| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
HFileSystem |
MockRegionServerServices.getFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
HFileSystem |
FSDataInputStreamWrapper.getHfs() |
| Modifier and Type | Field and Description |
|---|---|
protected HFileSystem |
AbstractHFileReader.hfs
The filesystem used for accesing data
|
| Modifier and Type | Method and Description |
|---|---|
protected HFileContext |
HFileReaderV2.createHFileContext(FSDataInputStreamWrapper fsdis,
long fileSize,
HFileSystem hfs,
Path path,
FixedFileTrailer trailer) |
protected HFileContext |
HFileReaderV3.createHFileContext(FSDataInputStreamWrapper fsdis,
long fileSize,
HFileSystem hfs,
Path path,
FixedFileTrailer trailer) |
| Constructor and Description |
|---|
AbstractHFileReader(Path path,
FixedFileTrailer trailer,
long fileSize,
CacheConfig cacheConf,
HFileSystem hfs,
Configuration conf) |
HFileReaderV2(Path path,
FixedFileTrailer trailer,
FSDataInputStreamWrapper fsdis,
long size,
CacheConfig cacheConf,
HFileSystem hfs,
Configuration conf)
Opens a HFile.
|
HFileReaderV3(Path path,
FixedFileTrailer trailer,
FSDataInputStreamWrapper fsdis,
long size,
CacheConfig cacheConf,
HFileSystem hfs,
Configuration conf)
Opens a HFile.
|
| Modifier and Type | Field and Description |
|---|---|
protected HFileSystem |
HRegionServer.fs |
protected HFileSystem |
HRegionServer.walFs |