| Package | Description |
|---|---|
| org.apache.hudi.metaserver.thrift | |
| org.apache.hudi.metaserver.util |
| Modifier and Type | Field and Description |
|---|---|
TAction |
THoodieInstant.action |
| Modifier and Type | Method and Description |
|---|---|
static TAction |
TAction.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TAction |
THoodieInstant.getAction() |
static TAction |
TAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAction[] |
TAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
THoodieInstant |
THoodieInstant.setAction(TAction action) |
| Constructor and Description |
|---|
THoodieInstant(String timestamp,
TAction action,
TState state) |
| Modifier and Type | Method and Description |
|---|---|
static TAction |
EntityConversions.toTAction(String action) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EntityConversions.fromTAction(TAction action) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.