| Package | Description |
|---|---|
| org.apache.hudi.metaserver.thrift | |
| org.apache.hudi.metaserver.util |
| Modifier and Type | Field and Description |
|---|---|
TState |
THoodieInstant.state |
| Modifier and Type | Method and Description |
|---|---|
static TState |
TState.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TState |
THoodieInstant.getState() |
static TState |
TState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TState[] |
TState.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.setState(TState state) |
| Constructor and Description |
|---|
THoodieInstant(String timestamp,
TAction action,
TState state) |
| Modifier and Type | Method and Description |
|---|---|
static TState |
EntityConversions.toTState(HoodieInstant.State state) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieInstant.State |
EntityConversions.fromTState(TState state) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.