public class CLIUtils extends Object
| Constructor and Description |
|---|
CLIUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hudi.common.table.timeline.HoodieTimeline |
getTimelineInRange(String startTs,
String endTs,
boolean includeArchivedTimeline)
Gets a
HoodieTimeline instance containing the instants in the specified range. |
public static org.apache.hudi.common.table.timeline.HoodieTimeline getTimelineInRange(String startTs, String endTs, boolean includeArchivedTimeline)
HoodieTimeline instance containing the instants in the specified range.startTs - Start instant time.endTs - End instant time.includeArchivedTimeline - Whether to include intants from the archived timeline.BaseHoodieTimeline instance containing the instants in the specified range.Copyright © 2025 The Apache Software Foundation. All rights reserved.