| Package | Description |
|---|---|
| org.apache.hudi.client.timeline.versioning.v1 | |
| org.apache.hudi.client.timeline.versioning.v2 |
| Modifier and Type | Method and Description |
|---|---|
void |
TimelineArchiverV1.archive(HoodieEngineContext context,
List<HoodieInstant> instants) |
void |
TimelineArchiverV1.flushArchiveEntries(List<org.apache.avro.generic.IndexedRecord> archiveRecords,
StoragePath archivePath)
Keeping for downgrade from 1.x LSM archived timeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LSMTimelineWriter.write(List<ActiveAction> activeActions,
Option<Consumer<ActiveAction>> preWriteCallback,
Option<Consumer<Exception>> exceptionHandler)
Writes the list of active actions into the timeline.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.