| Package | Description |
|---|---|
| org.apache.hudi.common | |
| org.apache.hudi.common.model | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
HoodieCleaningPolicy |
HoodieCleanStat.getPolicy() |
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanStat.Builder |
HoodieCleanStat.Builder.withPolicy(HoodieCleaningPolicy policy) |
| Constructor and Description |
|---|
HoodieCleanStat(HoodieCleaningPolicy policy,
String partitionPath,
List<String> deletePathPatterns,
List<String> successDeleteFiles,
List<String> failedDeleteFiles,
String earliestCommitToRetain,
String lastCompletedCommitTimestamp) |
HoodieCleanStat(HoodieCleaningPolicy policy,
String partitionPath,
List<String> deletePathPatterns,
List<String> successDeleteFiles,
List<String> failedDeleteFiles,
String earliestCommitToRetain,
String lastCompletedCommitTimestamp,
List<String> deleteBootstrapBasePathPatterns,
List<String> successDeleteBootstrapBaseFiles,
List<String> failedDeleteBootstrapBaseFiles,
boolean isPartitionDeleted) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieCleaningPolicy |
HoodieCleaningPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieCleaningPolicy[] |
HoodieCleaningPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Option<HoodieInstant> |
CleanerUtils.getEarliestCommitToRetain(HoodieTimeline commitsTimeline,
HoodieCleaningPolicy cleaningPolicy,
int commitsRetained,
Instant latestInstant,
int hoursRetained,
HoodieTimelineTimeZone timeZone) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.