Uses of Interface
org.apache.flink.table.factories.CatalogFactory.Context
Packages that use CatalogFactory.Context
-
Uses of CatalogFactory.Context in org.apache.flink.table.factories
Classes in org.apache.flink.table.factories that implement CatalogFactory.ContextMethods in org.apache.flink.table.factories with parameters of type CatalogFactory.ContextModifier and TypeMethodDescriptionCatalogFactory.createCatalog(CatalogFactory.Context context) Creates and configures aCatalogusing the given context.FactoryUtil.createCatalogFactoryHelper(CatalogFactory factory, CatalogFactory.Context context) Creates a utility that helps validating options for aCatalogFactory.Constructors in org.apache.flink.table.factories with parameters of type CatalogFactory.ContextModifierConstructorDescriptionCatalogFactoryHelper(CatalogFactory catalogFactory, CatalogFactory.Context context)