Package | Description |
---|---|
org.apache.paimon | |
org.apache.paimon.operation | |
org.apache.paimon.partition | |
org.apache.paimon.privilege |
Modifier and Type | Method and Description |
---|---|
PartitionExpire |
FileStore.newPartitionExpire(String commitUser,
FileStoreTable table,
java.time.Duration expirationTime,
java.time.Duration checkInterval,
PartitionExpireStrategy expireStrategy) |
Constructor and Description |
---|
PartitionExpire(java.time.Duration expirationTime,
java.time.Duration checkInterval,
PartitionExpireStrategy strategy,
FileStoreScan scan,
FileStoreCommit commit,
PartitionHandler partitionHandler,
boolean endInputCheckPartitionExpire,
int maxExpireNum) |
PartitionExpire(java.time.Duration expirationTime,
java.time.Duration checkInterval,
PartitionExpireStrategy strategy,
FileStoreScan scan,
FileStoreCommit commit,
PartitionHandler partitionHandler,
int maxExpireNum) |
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) |
Modifier and Type | Method and Description |
---|---|
PartitionExpire |
PrivilegedFileStore.newPartitionExpire(String commitUser,
FileStoreTable table,
java.time.Duration expirationTime,
java.time.Duration checkInterval,
PartitionExpireStrategy expireStrategy) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.