| Package | Description |
|---|---|
| org.apache.hudi.io.hfile |
| Modifier and Type | Class and Description |
|---|---|
class |
HFileDataBlock
Represents a
HFileBlockType.DATA block. |
class |
HFileFileInfoBlock
Represents a
HFileBlockType.FILE_INFO block. |
class |
HFileMetaBlock
Represents a
HFileBlockType.META block. |
class |
HFileRootIndexBlock
Represents a
HFileBlockType.ROOT_INDEX block. |
| Modifier and Type | Method and Description |
|---|---|
HFileBlock |
HFileBlockReader.nextBlock(HFileBlockType expectedBlockType)
Reads the next block based on the expected block type.
|
static HFileBlock |
HFileBlock.parse(HFileContext context,
byte[] byteBuff,
int startOffsetInBuff)
Parses the HFile block header and returns the
HFileBlock instance based on the input. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.