| Package | Description |
|---|---|
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Method and Description |
|---|---|
static HoodieArchivedTimeline.LoadMode |
HoodieArchivedTimeline.LoadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieArchivedTimeline.LoadMode[] |
HoodieArchivedTimeline.LoadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.Schema |
LSMTimeline.getReadSchema(HoodieArchivedTimeline.LoadMode loadMode) |
static void |
HoodieArchivedTimeline.loadInstants(HoodieTableMetaClient metaClient,
HoodieArchivedTimeline.TimeRangeFilter filter,
HoodieArchivedTimeline.LoadMode loadMode,
Function<org.apache.avro.generic.GenericRecord,Boolean> commitsFilter,
BiConsumer<String,org.apache.avro.generic.GenericRecord> recordConsumer)
Loads the instants from the timeline.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.