Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Class and Description |
---|---|
private static class |
HFileBlock.AbstractFSReader
A common implementation of some methods of
HFileBlock.FSReader and some
tools for implementing HFile format version-specific block readers. |
(package private) static class |
HFileBlock.FSReaderImpl
Reads version 2 blocks from the filesystem.
|
Modifier and Type | Field and Description |
---|---|
private HFileBlock.FSReader |
HFileReaderV2.fsBlockReader
Filesystem-level block reader.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract HFileBlock.FSReader |
AbstractHFileReader.getUncachedBlockReader()
For testing
|
(package private) HFileBlock.FSReader |
HFileReaderV2.getUncachedBlockReader()
For testing
|
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–2019 The Apache Software Foundation. All rights reserved.