Uses of Interface
org.apache.flink.table.catalog.Catalog
-
Packages that use Catalog Package Description org.apache.flink.table.catalog org.apache.flink.table.factories -
-
Uses of Catalog in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement Catalog Modifier and Type Class Description classAbstractCatalogAbstract class for catalogs. -
Uses of Catalog in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return Catalog Modifier and Type Method Description default CatalogCatalogFactory. createCatalog(String name, Map<String,String> properties)Deprecated.Use {@link this#createCatalog(Context)} instead and implementFactoryinstead ofTableFactory.default CatalogCatalogFactory. createCatalog(CatalogFactory.Context context)Creates and configures aCatalogusing the given context.static CatalogFactoryUtil. createCatalog(String catalogName, Map<String,String> options, org.apache.flink.configuration.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 Catalog Modifier and Type Method Description static DynamicTableSinkFactoryUtil. createTableSink(Catalog catalog, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static DynamicTableSourceFactoryUtil. createTableSource(Catalog catalog, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static <T extends DynamicTableFactory>
Optional<T>FactoryUtil. getDynamicTableFactory(Class<T> factoryClass, Catalog catalog)Returns theDynamicTableFactoryviaCatalog.
-