| Package | Description |
|---|---|
| org.apache.hudi.common.table.log | |
| org.apache.hudi.common.table.log.block |
| Modifier and Type | Method and Description |
|---|---|
HoodieLogBlock |
HoodieLogFormatReader.next() |
HoodieLogBlock |
HoodieLogFileReader.next() |
HoodieLogBlock |
HoodieLogFormatReader.prev() |
HoodieLogBlock |
HoodieLogFileReader.prev()
This is a reverse iterator Note: At any point, an instance of HoodieLogFileReader should either iterate reverse
(prev) or forward (next).
|
HoodieLogBlock |
HoodieLogFormat.Reader.prev()
Read log file in reverse order and return prev block if present.
|
| Modifier and Type | Method and Description |
|---|---|
Deque<HoodieLogBlock> |
AbstractHoodieLogRecordReader.getCurrentInstantLogBlocks() |
| Modifier and Type | Method and Description |
|---|---|
AppendResult |
HoodieLogFormat.Writer.appendBlock(HoodieLogBlock block)
Append Block to a log file.
|
| Modifier and Type | Method and Description |
|---|---|
AppendResult |
HoodieLogFormat.Writer.appendBlocks(List<HoodieLogBlock> blocks)
Appends the list of blocks to a logfile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieAvroDataBlock
HoodieAvroDataBlock contains a list of records serialized using Avro.
|
class |
HoodieCDCDataBlock
Change log supplemental log data block.
|
class |
HoodieCommandBlock
Command block issues a specific command to the scanner.
|
class |
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).
|
class |
HoodieDataBlock
DataBlock contains a list of records serialized using formats compatible with the base file format.
|
class |
HoodieDeleteBlock
Delete block contains a list of keys to be deleted from scanning the blocks so far.
|
class |
HoodieHFileDataBlock
HoodieHFileDataBlock contains a list of records stored inside an HFile format.
|
class |
HoodieParquetDataBlock
HoodieParquetDataBlock contains a list of records serialized using Parquet.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.