Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
protected HFileBlockIndex.BlockIndexReader |
AbstractHFileReader.dataBlockIndexReader
Data block index reader keeping the root data index in memory
|
protected HFileBlockIndex.BlockIndexReader |
AbstractHFileReader.metaBlockIndexReader
Meta block index reader -- always single level
|
Modifier and Type | Method and Description |
---|---|
HFileBlockIndex.BlockIndexReader |
HFile.Reader.getDataBlockIndexReader() |
HFileBlockIndex.BlockIndexReader |
AbstractHFileReader.getDataBlockIndexReader() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.