Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HFileBlock.FSReaderImpl
Reads version 2 HFile blocks from the filesystem.
|
Modifier and Type | Field and Description |
---|---|
private HFileBlock.FSReader |
HFileReaderImpl.fsBlockReader
Filesystem-level block reader.
|
Modifier and Type | Method and Description |
---|---|
HFileBlock.FSReader |
HFileReaderImpl.getUncachedBlockReader()
For testing
|
HFileBlock.FSReader |
HFile.Reader.getUncachedBlockReader() |
Modifier and Type | Method and Description |
---|---|
(package private) HFileBlock |
HFileBlock.unpack(HFileContext fileContext,
HFileBlock.FSReader reader)
Retrieves the decompressed/decrypted view of this block.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.