| Package | Description |
|---|---|
| org.apache.hudi.common.table.log |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieLogFileReader
Scans a log file and provides block level iterator on the log file Loads the entire block contents in memory Can emit
either a DataBlock, CommandBlock, DeleteBlock or CorruptBlock (if one is found).
|
class |
HoodieLogFormatReader
Hoodie log format reader.
|
class |
HoodieLogFormatReverseReader
A log format reader by reading log files and blocks in reserve order.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieLogFormat.Reader |
HoodieLogFormat.newReader(HoodieStorage storage,
HoodieLogFile logFile,
org.apache.avro.Schema readerSchema) |
static HoodieLogFormat.Reader |
HoodieLogFormat.newReader(HoodieStorage storage,
HoodieLogFile logFile,
org.apache.avro.Schema readerSchema,
boolean reverseReader) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.