| Package | Description |
|---|---|
| org.apache.paimon.catalog | |
| org.apache.paimon.rest | |
| org.apache.paimon.rest.requests | |
| org.apache.paimon.table | |
| org.apache.paimon.tag | |
| org.apache.paimon.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
Catalog.rollbackTo(Identifier identifier,
Instant instant)
rollback table by the given
Identifier and instant. |
void |
AbstractCatalog.rollbackTo(Identifier identifier,
Instant instant) |
void |
DelegateCatalog.rollbackTo(Identifier identifier,
Instant instant) |
| Modifier and Type | Method and Description |
|---|---|
void |
RESTCatalog.rollbackTo(Identifier identifier,
Instant instant) |
| Modifier and Type | Method and Description |
|---|---|
Instant |
RollbackTableRequest.getInstant() |
| Constructor and Description |
|---|
RollbackTableRequest(Instant instant) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Instant.SnapshotInstant
snapshot instant for table rollback.
|
static class |
Instant.TagInstant
tag instant for table rollback.
|
| Modifier and Type | Method and Description |
|---|---|
static Instant |
Instant.snapshot(Long snapshotId) |
static Instant |
Instant.tag(String tagName) |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotLoaderImpl.rollback(Instant instant) |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotLoader.rollback(Instant instant) |
void |
SnapshotManager.rollback(Instant instant) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.