Uses of Class
io.trino.hive.thrift.metastore.Catalog
-
Uses of Catalog in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return CatalogModifier and TypeMethodDescriptionCatalog.deepCopy()CreateCatalogRequest.getCatalog()GetCatalogResponse.getCatalog()AlterCatalogRequest.getNewCat()Catalog.setDescription(String description) Catalog.setLocationUri(String locationUri) Methods in io.trino.hive.thrift.metastore with parameters of type CatalogModifier and TypeMethodDescriptionintbooleanCreateCatalogRequest.setCatalog(Catalog catalog) GetCatalogResponse.setCatalog(Catalog catalog) Constructors in io.trino.hive.thrift.metastore with parameters of type CatalogModifierConstructorDescriptionAlterCatalogRequest(String name, Catalog newCat) Performs a deep copy on other.CreateCatalogRequest(Catalog catalog) GetCatalogResponse(Catalog catalog)