| Package | Description |
|---|---|
| org.apache.hudi.io.hfile |
| Class and Description |
|---|
| BlockIndexEntry
Represents the index entry of a data block in the Data Index stored in the
HFileBlockType.ROOT_INDEX block. |
| HFileBlock
Represents a block in a HFile.
|
| HFileBlockType
Represents the HFile block type.
|
| HFileBlockType.BlockCategory |
| HFileContext
The context of HFile that contains information of the blocks.
|
| HFileContext.Builder |
| HFileCursor
Stores the current position and
KeyValue at the position in the HFile. |
| HFileInfo
Represents the HFile info read from
HFileBlockType.FILE_INFO block. |
| HFileReader
HFile reader that supports seeks.
|
| Key
Represents the key part only.
|
| KeyValue
Represents a key-value pair in the data block.
|
| UTF8StringKey
Represent a UTF8 String key only, with no length information encoded.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.