Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.rest |
Modifier and Type | Method and Description |
---|---|
void |
Catalog.dropBranch(Identifier identifier,
String branch)
Drop the branch for this table.
|
void |
AbstractCatalog.dropBranch(Identifier identifier,
String branch) |
void |
DelegateCatalog.dropBranch(Identifier identifier,
String branch) |
void |
Catalog.fastForward(Identifier identifier,
String branch)
Fast-forward a branch to main branch.
|
void |
AbstractCatalog.fastForward(Identifier identifier,
String branch) |
void |
DelegateCatalog.fastForward(Identifier identifier,
String branch) |
Modifier and Type | Method and Description |
---|---|
void |
RESTCatalog.dropBranch(Identifier identifier,
String branch) |
void |
RESTCatalog.fastForward(Identifier identifier,
String branch) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.