| Package | Description |
|---|---|
| org.apache.hudi.common.table | |
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Method and Description |
|---|---|
HoodieArchivedTimeline |
HoodieTableMetaClient.getArchivedTimeline()
Get the archived commits as a timeline.
|
HoodieArchivedTimeline |
HoodieTableMetaClient.getArchivedTimeline(String startTs)
Returns the cached archived timeline from startTs (inclusive).
|
HoodieArchivedTimeline |
HoodieTableMetaClient.getArchivedTimeline(String startTs,
boolean useCache)
Returns the cached archived timeline if using in-memory cache or a fresh new archived
timeline if not using cache, from startTs (inclusive).
|
| Modifier and Type | Method and Description |
|---|---|
HoodieArchivedTimeline |
HoodieArchivedTimeline.reload() |
HoodieArchivedTimeline |
HoodieArchivedTimeline.reload(String startTs)
Reloads the archived timeline incrementally with given beginning timestamp
startTs. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.