| Class | Description |
|---|---|
| HoodieAvroDataBlock |
HoodieAvroDataBlock contains a list of records serialized using Avro.
|
| HoodieCDCDataBlock |
Change log supplemental log data block.
|
| HoodieCommandBlock |
Command block issues a specific command to the scanner.
|
| HoodieCorruptBlock |
Corrupt block is emitted whenever the scanner finds the length of the block written at the beginning does not match
(did not find a EOF or a sync marker after the length).
|
| HoodieDataBlock |
DataBlock contains a list of records serialized using formats compatible with the base file format.
|
| HoodieDeleteBlock |
Delete block contains a list of keys to be deleted from scanning the blocks so far.
|
| HoodieHFileDataBlock |
HoodieHFileDataBlock contains a list of records stored inside an HFile format.
|
| HoodieLogBlock |
Abstract class defining a block in HoodieLogFile.
|
| HoodieLogBlock.HoodieLogBlockContentLocation |
This class is used to store the Location of the Content of a Log Block.
|
| HoodieParquetDataBlock |
HoodieParquetDataBlock contains a list of records serialized using Parquet.
|
| Enum | Description |
|---|---|
| HoodieCommandBlock.HoodieCommandBlockTypeEnum |
Hoodie command block type enum.
|
| HoodieLogBlock.FooterMetadataType |
Log Metadata footers abstraction for a HoodieLogBlock WARNING : This enum is serialized as the ordinal.
|
| HoodieLogBlock.HeaderMetadataType |
Log Metadata headers abstraction for a HoodieLogBlock WARNING : This enum is serialized as the ordinal.
|
| HoodieLogBlock.HoodieLogBlockType |
Type of the log block WARNING: This enum is serialized as the ordinal.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.