| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static CatalogDescriptor |
CatalogDescriptor.of(String catalogName,
org.apache.flink.configuration.Configuration configuration)
Creates an instance of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CatalogDescriptor> |
CatalogStore.getCatalog(String catalogName)
Get a catalog by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogStore.storeCatalog(String catalogName,
CatalogDescriptor catalog)
Stores a catalog under the given catalog name.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.