| Package | Description |
|---|---|
| org.apache.paimon.catalog | |
| org.apache.paimon.rest | |
| org.apache.paimon.rest.responses |
| Modifier and Type | Method and Description |
|---|---|
Optional<TableSnapshot> |
Catalog.loadSnapshot(Identifier identifier)
Return the snapshot of table identified by the given
Identifier. |
Optional<TableSnapshot> |
AbstractCatalog.loadSnapshot(Identifier identifier) |
Optional<TableSnapshot> |
DelegateCatalog.loadSnapshot(Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
Optional<TableSnapshot> |
RESTCatalog.loadSnapshot(Identifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
TableSnapshot |
GetTableSnapshotResponse.getSnapshot() |
| Constructor and Description |
|---|
GetTableSnapshotResponse(TableSnapshot snapshot) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.