| Package | Description |
|---|---|
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieArchivedTimeline.ClosedOpenTimeRangeFilter
A time based filter with range [startTs, endTs).
|
static class |
HoodieArchivedTimeline.StartTsFilter
A time based filter with range [startTs, +∞).
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LSMTimeline.isFileInRange(HoodieArchivedTimeline.TimeRangeFilter filter,
String fileName)
Returns whether the given file is located in the filter.
|
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.