Interface SessionEnvironment.CatalogCreator
-
- Enclosing class:
- SessionEnvironment
@PublicEvolving public static interface SessionEnvironment.CatalogCreatorAn interface used to createCatalog.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.table.catalog.Catalogcreate(org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader)
-
-
-
Method Detail
-
create
org.apache.flink.table.catalog.Catalog create(org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader)- Parameters:
configuration- The read-only configuration with which the catalog is created.classLoader- The class loader with which the catalog is created.- Returns:
- The created catalog object.
-
-