| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
CatalogDescriptor |
CatalogChange.applyChange(CatalogDescriptor descriptor)
Generate a new CatalogDescriptor after applying the change to the given descriptor.
|
CatalogDescriptor |
CatalogChange.CatalogConfigurationChange.applyChange(CatalogDescriptor descriptor) |
CatalogDescriptor |
CatalogChange.CatalogCommentChange.applyChange(CatalogDescriptor descriptor) |
static CatalogDescriptor |
CatalogDescriptor.of(String catalogName,
org.apache.flink.configuration.Configuration configuration) |
static CatalogDescriptor |
CatalogDescriptor.of(String catalogName,
org.apache.flink.configuration.Configuration configuration,
String comment)
Creates an instance of this interface.
|
CatalogDescriptor |
CatalogDescriptor.setComment(String comment) |
| Modifier and Type | Method and Description |
|---|---|
Optional<CatalogDescriptor> |
CatalogStore.getCatalog(String catalogName)
Get a catalog by name.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogDescriptor |
CatalogChange.applyChange(CatalogDescriptor descriptor)
Generate a new CatalogDescriptor after applying the change to the given descriptor.
|
CatalogDescriptor |
CatalogChange.CatalogConfigurationChange.applyChange(CatalogDescriptor descriptor) |
CatalogDescriptor |
CatalogChange.CatalogCommentChange.applyChange(CatalogDescriptor descriptor) |
void |
CatalogStore.storeCatalog(String catalogName,
CatalogDescriptor catalog)
Stores a catalog under the given catalog name.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.