| Package | Description |
|---|---|
| org.apache.hudi.common.table.timeline |
| Modifier and Type | Method and Description |
|---|---|
HoodieInstant.State |
HoodieInstant.getState() |
static HoodieInstant.State |
HoodieInstant.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieInstant.State[] |
HoodieInstant.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Option<HoodieInstant> |
HoodieDefaultTimeline.firstInstant(String action,
HoodieInstant.State state) |
Option<HoodieInstant> |
HoodieTimeline.firstInstant(String action,
HoodieInstant.State state) |
| Constructor and Description |
|---|
HoodieInstant(HoodieInstant.State state,
String action,
String timestamp) |
HoodieInstant(HoodieInstant.State state,
String action,
String timestamp,
String stateTransitionTime) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.