Uses of Interface
org.apache.flink.table.catalog.Catalog
Packages that use Catalog
-
Uses of Catalog in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return types with arguments of type CatalogModifier and TypeMethodDescriptionTableEnvironment.getCatalog(String catalogName) Gets a registeredCatalogby name.Methods in org.apache.flink.table.api with parameters of type CatalogModifier and TypeMethodDescriptionvoidTableEnvironment.registerCatalog(String catalogName, Catalog catalog) Deprecated. -
Uses of Catalog in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return CatalogModifier and TypeMethodDescriptionstatic CatalogFactoryUtil.createCatalog(String catalogName, Map<String, String> options, ReadableConfig configuration, ClassLoader classLoader) Attempts to discover an appropriate catalog factory and creates an instance of the catalog.Methods in org.apache.flink.table.factories with parameters of type CatalogModifier and TypeMethodDescriptionstatic <T extends org.apache.flink.table.factories.DynamicTableFactory>
Optional<T>FactoryUtil.getDynamicTableFactory(Class<T> factoryClass, Catalog catalog) Returns theDynamicTableFactoryviaCatalog.
TableEnvironment.createCatalog(String, CatalogDescriptor)instead.