| Package | Description |
|---|---|
| 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 |
FSDataInputStreamWrapper.getHfs() |
| Modifier and Type | Method and Description |
|---|---|
protected HFileContext |
HFileReaderImpl.createHFileContext(FSDataInputStreamWrapper fsdis,
long fileSize,
HFileSystem hfs,
org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer) |
| Constructor and Description |
|---|
HFileReaderImpl(org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer,
FSDataInputStreamWrapper fsdis,
long fileSize,
CacheConfig cacheConf,
HFileSystem hfs,
boolean primaryReplicaReader,
org.apache.hadoop.conf.Configuration conf)
Opens a HFile.
|
HFileReaderImpl(org.apache.hadoop.fs.Path path,
FixedFileTrailer trailer,
FSDataInputStreamWrapper fsdis,
long fileSize,
CacheConfig cacheConf,
HFileSystem hfs,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected HFileSystem |
HRegionServer.fs |
protected HFileSystem |
HRegionServer.walFs |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.