Uses of Class
org.apache.flink.table.catalog.CatalogDescriptor
-
Packages that use CatalogDescriptor Package Description org.apache.flink.table.catalog -
-
Uses of CatalogDescriptor in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogDescriptor Modifier and Type Method Description CatalogDescriptorCatalogChange. applyChange(CatalogDescriptor descriptor)Generate a new CatalogDescriptor after applying the change to the given descriptor.CatalogDescriptorCatalogChange.CatalogCommentChange. applyChange(CatalogDescriptor descriptor)CatalogDescriptorCatalogChange.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.CatalogDescriptorCatalogDescriptor. setComment(String comment)Methods in org.apache.flink.table.catalog that return types with arguments of type CatalogDescriptor Modifier and Type Method Description Optional<CatalogDescriptor>CatalogStore. getCatalog(String catalogName)Get a catalog by name.Methods in org.apache.flink.table.catalog with parameters of type CatalogDescriptor Modifier and Type Method Description CatalogDescriptorCatalogChange. applyChange(CatalogDescriptor descriptor)Generate a new CatalogDescriptor after applying the change to the given descriptor.CatalogDescriptorCatalogChange.CatalogCommentChange. applyChange(CatalogDescriptor descriptor)CatalogDescriptorCatalogChange.CatalogConfigurationChange. applyChange(CatalogDescriptor descriptor)voidCatalogStore. storeCatalog(String catalogName, CatalogDescriptor catalog)Stores a catalog under the given catalog name.
-