Uses of Class
com.databricks.sdk.service.catalog.CatalogInfo
-
Packages that use CatalogInfo Package Description com.databricks.sdk.service.catalog -
-
Uses of CatalogInfo in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return CatalogInfo Modifier and Type Method Description CatalogInfoCatalogsAPI. create(CreateCatalog request)Create a catalog.CatalogInfoCatalogsAPI. create(String name)CatalogInfoCatalogsService. create(CreateCatalog createCatalog)Create a catalog.CatalogInfoCatalogsAPI. get(GetCatalogRequest request)Get a catalog.CatalogInfoCatalogsAPI. get(String name)CatalogInfoCatalogsService. get(GetCatalogRequest getCatalogRequest)Get a catalog.CatalogInfoCatalogInfo. setCatalogType(CatalogType catalogType)CatalogInfoCatalogInfo. setComment(String comment)CatalogInfoCatalogInfo. setConnectionName(String connectionName)CatalogInfoCatalogInfo. setCreatedAt(Long createdAt)CatalogInfoCatalogInfo. setCreatedBy(String createdBy)CatalogInfoCatalogInfo. setEffectiveAutoMaintenanceFlag(EffectiveAutoMaintenanceFlag effectiveAutoMaintenanceFlag)CatalogInfoCatalogInfo. setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance)CatalogInfoCatalogInfo. setIsolationMode(IsolationMode isolationMode)CatalogInfoCatalogInfo. setMetastoreId(String metastoreId)CatalogInfoCatalogInfo. setName(String name)CatalogInfoCatalogInfo. setOptions(Map<String,String> options)CatalogInfoCatalogInfo. setOwner(String owner)CatalogInfoCatalogInfo. setProperties(Map<String,String> properties)CatalogInfoCatalogInfo. setProviderName(String providerName)CatalogInfoCatalogInfo. setShareName(String shareName)CatalogInfoCatalogInfo. setStorageLocation(String storageLocation)CatalogInfoCatalogInfo. setStorageRoot(String storageRoot)CatalogInfoCatalogInfo. setUpdatedAt(Long updatedAt)CatalogInfoCatalogInfo. setUpdatedBy(String updatedBy)CatalogInfoCatalogsAPI. update(UpdateCatalog request)Update a catalog.CatalogInfoCatalogsAPI. update(String name)CatalogInfoCatalogsService. update(UpdateCatalog updateCatalog)Update a catalog.Methods in com.databricks.sdk.service.catalog that return types with arguments of type CatalogInfo Modifier and Type Method Description Collection<CatalogInfo>ListCatalogsResponse. getCatalogs()Iterable<CatalogInfo>CatalogsAPI. list()List catalogs.Method parameters in com.databricks.sdk.service.catalog with type arguments of type CatalogInfo Modifier and Type Method Description ListCatalogsResponseListCatalogsResponse. setCatalogs(Collection<CatalogInfo> catalogs)
-