| Package | Description |
|---|---|
| org.apache.hudi.io.hfile |
| Modifier and Type | Field and Description |
|---|---|
protected HFileContext |
HFileBlock.context |
| Modifier and Type | Method and Description |
|---|---|
HFileContext |
HFileContext.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static HFileBlock |
HFileBlock.parse(HFileContext context,
byte[] byteBuff,
int startOffsetInBuff)
Parses the HFile block header and returns the
HFileBlock instance based on the input. |
| Constructor and Description |
|---|
HFileBlock(HFileContext context,
HFileBlockType blockType,
byte[] byteBuff,
int startOffsetInBuff) |
HFileBlockReader(HFileContext context,
SeekableDataInputStream stream,
long startOffset,
long endOffset)
Instantiates the
HFileBlockReader. |
HFileDataBlock(HFileContext context,
byte[] byteBuff,
int startOffsetInBuff) |
HFileFileInfoBlock(HFileContext context,
byte[] byteBuff,
int startOffsetInBuff) |
HFileMetaBlock(HFileContext context,
byte[] byteBuff,
int startOffsetInBuff) |
HFileRootIndexBlock(HFileContext context,
byte[] byteBuff,
int startOffsetInBuff) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.