Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
protected HFileBlockIndex.CellBasedKeyBlockIndexReader |
HFileReaderImpl.dataBlockIndexReader
Data block index reader keeping the root data index in memory
|
private HFileBlockIndex.CellBasedKeyBlockIndexReader |
HFileInfo.dataIndexReader |
Modifier and Type | Method and Description |
---|---|
HFileBlockIndex.CellBasedKeyBlockIndexReader |
HFileInfo.getDataBlockIndexReader() |
HFileBlockIndex.CellBasedKeyBlockIndexReader |
HFileReaderImpl.getDataBlockIndexReader() |
HFileBlockIndex.CellBasedKeyBlockIndexReader |
HFile.Reader.getDataBlockIndexReader() |
Modifier and Type | Method and Description |
---|---|
void |
HFileReaderImpl.setDataBlockIndexReader(HFileBlockIndex.CellBasedKeyBlockIndexReader reader) |
void |
HFile.Reader.setDataBlockIndexReader(HFileBlockIndex.CellBasedKeyBlockIndexReader reader) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.