| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
HFile.Reader
An interface used by clients to open and iterate an
HFile. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractHFileReader
Common functionality needed by all versions of
HFile readers. |
class |
HFileReaderV2
HFile reader for version 2. |
class |
HFileReaderV3
HFile reader for version 3. |
| 构造器和说明 |
|---|
HFileBlockIndex.BlockIndexReader(KeyValue.KVComparator c,
int treeLevel,
HFile.CachingBlockReader cachingBlockReader) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.