| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
static HoodieFailedWritesCleaningPolicy |
HoodieFailedWritesCleaningPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieFailedWritesCleaningPolicy[] |
HoodieFailedWritesCleaningPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CleanerUtils.rollbackFailedWrites(HoodieFailedWritesCleaningPolicy cleaningPolicy,
String actionType,
Functions.Function0<Boolean> rollbackFailedWritesFunc)
Execute
HoodieFailedWritesCleaningPolicy to rollback failed writes for different actions. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.