| Package | Description |
|---|---|
| org.apache.paimon.operation | |
| org.apache.paimon.partition |
| Constructor and Description |
|---|
PartitionExpire(java.time.Duration expirationTime,
java.time.Duration checkInterval,
PartitionExpireStrategy strategy,
FileStoreScan scan,
FileStoreCommit commit,
MetastoreClient metastoreClient) |
PartitionExpire(java.time.Duration expirationTime,
java.time.Duration checkInterval,
PartitionExpireStrategy strategy,
FileStoreScan scan,
FileStoreCommit commit,
MetastoreClient metastoreClient,
boolean endInputCheckPartitionExpire) |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionUpdateTimeExpireStrategy
A partition expiration policy that compares the last update time of the partition to the current
time.
|
class |
PartitionValuesTimeExpireStrategy
A partition expiration policy that compare the time extracted from the partition with the current
time.
|
| Modifier and Type | Method and Description |
|---|---|
static PartitionExpireStrategy |
PartitionExpireStrategy.createPartitionExpireStrategy(CoreOptions options,
RowType partitionType) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.