| Package | Description |
|---|---|
| org.apache.hudi.io.hfile |
| Modifier and Type | Field and Description |
|---|---|
protected Option<BlockIndexEntry> |
HFileReaderImpl.currentDataBlockEntry |
protected TreeMap<Key,BlockIndexEntry> |
HFileReaderImpl.dataBlockIndexEntryMap |
protected List<BlockIndexEntry> |
HFileIndexBlock.entries |
protected TreeMap<Key,BlockIndexEntry> |
HFileReaderImpl.metaBlockIndexEntryMap |
| Modifier and Type | Method and Description |
|---|---|
List<BlockIndexEntry> |
HFileLeafIndexBlock.readBlockIndex()
Reads the index block and returns the block index entries.
|
TreeMap<Key,BlockIndexEntry> |
HFileRootIndexBlock.readBlockIndex(int numEntries,
boolean contentKeyOnly)
Reads the index block and returns the block index entry to an in-memory
TreeMap
for searches. |
List<BlockIndexEntry> |
HFileRootIndexBlock.readBlockIndexEntry(int numEntries,
boolean contentKeyOnly)
Returns the block index entries contained in the root index block.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BlockIndexEntry.compareTo(BlockIndexEntry o) |
HFileDataBlock |
CachingHFileReaderImpl.instantiateHFileDataBlock(BlockIndexEntry blockToRead) |
HFileDataBlock |
HFileReaderImpl.instantiateHFileDataBlock(BlockIndexEntry blockToRead)
Creates an HFile data block.
|
Copyright © 2025 The Apache Software Foundation. All rights reserved.