@PublicEvolving
public interface CatalogContext
| Modifier and Type | Method and Description |
|---|---|
static CatalogContext |
createContext(String catalogName,
org.apache.flink.table.catalog.Catalog catalog) |
String |
getCatalogName()
The catalog name.
|
Class<? extends org.apache.flink.table.catalog.Catalog> |
getClazz()
Class of the catalog.
|
org.apache.flink.configuration.Configuration |
getConfiguration()
The catalog configuration.
|
Optional<String> |
getFactoryIdentifier()
Identifier for the catalog from factory which is used to create dynamic tables.
|
String getCatalogName()
Optional<String> getFactoryIdentifier()
@Nullable Class<? extends org.apache.flink.table.catalog.Catalog> getClazz()
org.apache.flink.configuration.Configuration getConfiguration()
static CatalogContext createContext(String catalogName, org.apache.flink.table.catalog.Catalog catalog)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.