public static enum HoodieArchivedTimeline.LoadMode extends Enum<HoodieArchivedTimeline.LoadMode>
| Enum Constant and Description |
|---|
ACTION
Loads the instantTime, completionTime, action.
|
METADATA
Loads the instantTime, completionTime, action, metadata.
|
PLAN
Loads the instantTime, completionTime, action, plan.
|
TIME
Loads the instantTime, completionTime.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieArchivedTimeline.LoadMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieArchivedTimeline.LoadMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieArchivedTimeline.LoadMode TIME
public static final HoodieArchivedTimeline.LoadMode ACTION
public static final HoodieArchivedTimeline.LoadMode METADATA
public static final HoodieArchivedTimeline.LoadMode PLAN
public static HoodieArchivedTimeline.LoadMode[] values()
for (HoodieArchivedTimeline.LoadMode c : HoodieArchivedTimeline.LoadMode.values()) System.out.println(c);
public static HoodieArchivedTimeline.LoadMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 The Apache Software Foundation. All rights reserved.