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 | Field and Description |
---|---|
private HFileSystem |
FSDataInputStreamWrapper.hfs |
Modifier and Type | Method and Description |
---|---|
HFileSystem |
FSDataInputStreamWrapper.getHfs() |
Modifier and Type | Field and Description |
---|---|
private HFileSystem |
ReaderContext.hfs |
private HFileSystem |
ReaderContextBuilder.hfs |
private HFileSystem |
HFileBlock.FSReaderImpl.hfs
The filesystem used to access data
|
Modifier and Type | Method and Description |
---|---|
HFileSystem |
ReaderContext.getFileSystem() |
Modifier and Type | Method and Description |
---|---|
ReaderContextBuilder |
ReaderContextBuilder.withFileSystem(HFileSystem hfs) |
Constructor and Description |
---|
ReaderContext(org.apache.hadoop.fs.Path filePath,
FSDataInputStreamWrapper fsdis,
long fileSize,
HFileSystem hfs,
boolean primaryReplicaReader,
ReaderContext.ReaderType type) |
Modifier and Type | Field and Description |
---|---|
private HFileSystem |
HRegionServer.dataFs |
private HFileSystem |
HRegionServer.walFs |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.