Package | Description |
---|---|
org.apache.paimon | |
org.apache.paimon.operation | |
org.apache.paimon.utils |
Modifier and Type | Method and Description |
---|---|
static Changelog |
Changelog.fromJson(String json) |
static Changelog |
Changelog.fromPath(FileIO fileIO,
Path path) |
Modifier and Type | Method and Description |
---|---|
void |
ChangelogDeletion.cleanUnusedDataFiles(Changelog changelog,
java.util.function.Predicate<ManifestEntry> skipper) |
void |
ChangelogDeletion.cleanUnusedManifests(Changelog changelog,
Set<String> skippingSet) |
Modifier and Type | Method and Description |
---|---|
Changelog |
SnapshotManager.changelog(long snapshotId) |
Changelog |
SnapshotManager.longLivedChangelog(long snapshotId) |
Modifier and Type | Method and Description |
---|---|
Iterator<Changelog> |
SnapshotManager.changelogs() |
List<Changelog> |
SnapshotManager.safelyGetAllChangelogs() |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotManager.commitChangelog(Changelog changelog,
long id) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.