Uses of Class
org.apache.flink.table.catalog.CatalogDescriptor
Packages that use CatalogDescriptor
-
Uses of CatalogDescriptor in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogDescriptorModifier and TypeMethodDescriptionCatalogChange.applyChange(CatalogDescriptor descriptor) Generate a new CatalogDescriptor after applying the change to the given descriptor.CatalogChange.CatalogCommentChange.applyChange(CatalogDescriptor descriptor) CatalogChange.CatalogConfigurationChange.applyChange(CatalogDescriptor descriptor) static CatalogDescriptorCatalogDescriptor.of(String catalogName, org.apache.flink.configuration.Configuration configuration) static CatalogDescriptorCatalogDescriptor.of(String catalogName, org.apache.flink.configuration.Configuration configuration, String comment) Creates an instance of this interface.CatalogDescriptor.setComment(String comment) Methods in org.apache.flink.table.catalog that return types with arguments of type CatalogDescriptorModifier and TypeMethodDescriptionCatalogStore.getCatalog(String catalogName) Get a catalog by name.Methods in org.apache.flink.table.catalog with parameters of type CatalogDescriptorModifier and TypeMethodDescriptionCatalogChange.applyChange(CatalogDescriptor descriptor) Generate a new CatalogDescriptor after applying the change to the given descriptor.CatalogChange.CatalogCommentChange.applyChange(CatalogDescriptor descriptor) CatalogChange.CatalogConfigurationChange.applyChange(CatalogDescriptor descriptor) voidCatalogStore.storeCatalog(String catalogName, CatalogDescriptor catalog) Stores a catalog under the given catalog name.