| Package | Description |
|---|---|
| org.apache.hudi.table.action.ttl.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
KeepByCreationTimeStrategy
KeepByTimeStrategy will return expired partitions by their create time.
|
class |
KeepByTimeStrategy
KeepByTimeStrategy will return expired partitions by their lastCommitTime.
|
| Modifier and Type | Method and Description |
|---|---|
static PartitionTTLStrategy |
HoodiePartitionTTLStrategyFactory.createStrategy(HoodieTable hoodieTable,
TypedProperties props,
String instantTime) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.