| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HFile.Reader
An interface used by clients to open and iterate an
HFile. |
| Modifier and Type | Class and Description |
|---|---|
class |
HFileReaderImpl
Implementation that can handle all hfile versions of
HFile.Reader. |
| Modifier and Type | Field and Description |
|---|---|
protected HFile.CachingBlockReader |
HFileBlockIndex.BlockIndexReader.cachingBlockReader
A way to read
HFile blocks at a given offset |
| Constructor and Description |
|---|
ByteArrayKeyBlockIndexReader(int treeLevel,
HFile.CachingBlockReader cachingBlockReader) |
CellBasedKeyBlockIndexReader(CellComparator c,
int treeLevel,
HFile.CachingBlockReader cachingBlockReader) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.