Uses of Class
org.apache.flink.table.catalog.exceptions.ModelNotExistException
Packages that use ModelNotExistException
-
Uses of ModelNotExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw ModelNotExistExceptionModifier and TypeMethodDescriptiondefault voidCatalog.alterModel(ObjectPath modelPath, CatalogModel newModel, boolean ignoreIfNotExists) Modifies an existing model.default voidCatalog.dropModel(ObjectPath modelPath, boolean ignoreIfNotExists) Drop a model.default CatalogModelCatalog.getModel(ObjectPath modelPath) Returns aCatalogModelidentified by the givenObjectPath.default voidCatalog.renameModel(ObjectPath modelPath, String newModelName, boolean ignoreIfNotExists) Rename an existing model.