Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
protected HFileBlockIndex.ByteArrayKeyBlockIndexReader |
HFileReaderImpl.metaBlockIndexReader
Meta block index reader -- always single level
|
private HFileBlockIndex.ByteArrayKeyBlockIndexReader |
HFileInfo.metaIndexReader |
Modifier and Type | Method and Description |
---|---|
HFileBlockIndex.ByteArrayKeyBlockIndexReader |
HFileInfo.getMetaBlockIndexReader() |
HFileBlockIndex.ByteArrayKeyBlockIndexReader |
HFileReaderImpl.getMetaBlockIndexReader() |
HFileBlockIndex.ByteArrayKeyBlockIndexReader |
HFile.Reader.getMetaBlockIndexReader() |
Modifier and Type | Method and Description |
---|---|
void |
HFileReaderImpl.setMetaBlockIndexReader(HFileBlockIndex.ByteArrayKeyBlockIndexReader reader) |
void |
HFile.Reader.setMetaBlockIndexReader(HFileBlockIndex.ByteArrayKeyBlockIndexReader reader) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.