@PublicEvolving public interface CatalogContext
Modifier and Type | Method and Description |
---|---|
static CatalogContext |
createContext(String catalogName,
Catalog catalog) |
String |
getCatalogName()
The catalog name.
|
Class<? extends Catalog> |
getClazz()
Class of the catalog.
|
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()
Configuration getConfiguration()
static CatalogContext createContext(String catalogName, Catalog catalog)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.