| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table | |
| org.apache.hudi.common.table.timeline | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
static HoodieTimelineTimeZone |
HoodieTimelineTimeZone.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieTimelineTimeZone[] |
HoodieTimelineTimeZone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<HoodieTimelineTimeZone> |
HoodieTableConfig.TIMELINE_TIMEZONE |
| Modifier and Type | Method and Description |
|---|---|
HoodieTimelineTimeZone |
HoodieTableConfig.getTimelineTimezone() |
| Modifier and Type | Method and Description |
|---|---|
HoodieTableMetaClient.PropertyBuilder |
HoodieTableMetaClient.PropertyBuilder.setCommitTimezone(HoodieTimelineTimeZone timelineTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HoodieInstantTimeGenerator.setCommitTimeZone(HoodieTimelineTimeZone commitTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
static Option<HoodieInstant> |
CleanerUtils.getEarliestCommitToRetain(HoodieTimeline commitsTimeline,
HoodieCleaningPolicy cleaningPolicy,
int commitsRetained,
Instant latestInstant,
int hoursRetained,
HoodieTimelineTimeZone timeZone) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.