| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HFileBlockIndex.CellBasedKeyBlockIndexReader | HFileReaderImpl. dataBlockIndexReaderData 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–2021 The Apache Software Foundation. All rights reserved.