Package | Description |
---|---|
org.apache.paimon | |
org.apache.paimon.table.sink |
Modifier and Type | Field and Description |
---|---|
static ConfigOption<CoreOptions.ExpireExecutionMode> |
CoreOptions.SNAPSHOT_EXPIRE_EXECUTION_MODE |
Modifier and Type | Method and Description |
---|---|
CoreOptions.ExpireExecutionMode |
CoreOptions.snapshotExpireExecutionMode() |
static CoreOptions.ExpireExecutionMode |
CoreOptions.ExpireExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreOptions.ExpireExecutionMode[] |
CoreOptions.ExpireExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TableCommitImpl(FileStoreCommit commit,
Runnable expireSnapshots,
PartitionExpire partitionExpire,
TagAutoManager tagAutoManager,
Lock lock,
java.time.Duration consumerExpireTime,
ConsumerManager consumerManager,
CoreOptions.ExpireExecutionMode expireExecutionMode,
String tableName,
boolean forceCreatingSnapshot) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.