| 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) |
static Changelog |
Changelog.tryFromPath(FileIO fileIO,
Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangelogDeletion.cleanUnusedDataFiles(Changelog changelog,
java.util.function.Predicate<ExpireFileEntry> skipper) |
void |
ChangelogDeletion.cleanUnusedManifests(Changelog changelog,
Set<String> skippingSet) |
| Modifier and Type | Method and Description |
|---|---|
Changelog |
ChangelogManager.changelog(long snapshotId) |
Changelog |
ChangelogManager.longLivedChangelog(long snapshotId) |
Changelog |
ChangelogManager.tryGetChangelog(long snapshotId) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Changelog> |
ChangelogManager.changelogs() |
List<Changelog> |
ChangelogManager.safelyGetAllChangelogs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangelogManager.commitChangelog(Changelog changelog,
long id) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.