Package | Description |
---|---|
org.apache.paimon.privilege | |
org.apache.paimon.table |
Modifier and Type | Method and Description |
---|---|
ExpireSnapshots |
PrivilegedFileStoreTable.newExpireChangelog() |
ExpireSnapshots |
PrivilegedFileStoreTable.newExpireSnapshots() |
Modifier and Type | Class and Description |
---|---|
class |
ExpireChangelogImpl
Cleanup the changelog in changelog directory.
|
class |
ExpireSnapshotsImpl
An implementation for
ExpireSnapshots . |
Modifier and Type | Method and Description |
---|---|
ExpireSnapshots |
ExpireSnapshotsImpl.config(ExpireConfig expireConfig) |
ExpireSnapshots |
ExpireSnapshots.config(ExpireConfig expireConfig) |
ExpireSnapshots |
ExpireChangelogImpl.config(ExpireConfig expireConfig) |
ExpireSnapshots |
Table.newExpireChangelog() |
default ExpireSnapshots |
FormatTable.newExpireChangelog() |
default ExpireSnapshots |
ReadonlyTable.newExpireChangelog() |
ExpireSnapshots |
DelegatedFileStoreTable.newExpireChangelog() |
ExpireSnapshots |
Table.newExpireSnapshots()
Manually expire snapshots, parameters can be controlled independently of table options.
|
default ExpireSnapshots |
FormatTable.newExpireSnapshots() |
default ExpireSnapshots |
ReadonlyTable.newExpireSnapshots() |
ExpireSnapshots |
DelegatedFileStoreTable.newExpireSnapshots() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.