Uses of Class
com.databricks.sdk.service.catalog.MetastoreInfo
-
Packages that use MetastoreInfo Package Description com.databricks.sdk.service.catalog -
-
Uses of MetastoreInfo in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return MetastoreInfo Modifier and Type Method Description MetastoreInfoAccountMetastoresAPI. create(CreateMetastore request)Create metastore.MetastoreInfoAccountMetastoresAPI. create(String name, String storageRoot)MetastoreInfoAccountMetastoresService. create(CreateMetastore createMetastore)Create metastore.MetastoreInfoMetastoresAPI. create(CreateMetastore request)Create a metastore.MetastoreInfoMetastoresAPI. create(String name, String storageRoot)MetastoreInfoMetastoresService. create(CreateMetastore createMetastore)Create a metastore.MetastoreInfoAccountMetastoresAPI. get(GetAccountMetastoreRequest request)Get a metastore.MetastoreInfoAccountMetastoresAPI. get(String metastoreId)MetastoreInfoAccountMetastoresService. get(GetAccountMetastoreRequest getAccountMetastoreRequest)Get a metastore.MetastoreInfoMetastoresAPI. get(GetMetastoreRequest request)Get a metastore.MetastoreInfoMetastoresAPI. get(String id)MetastoreInfoMetastoresService. get(GetMetastoreRequest getMetastoreRequest)Get a metastore.MetastoreInfoMetastoreInfo. setCloud(String cloud)MetastoreInfoMetastoreInfo. setCreatedAt(Long createdAt)MetastoreInfoMetastoreInfo. setCreatedBy(String createdBy)MetastoreInfoMetastoreInfo. setDefaultDataAccessConfigId(String defaultDataAccessConfigId)MetastoreInfoMetastoreInfo. setDeltaSharingOrganizationName(String deltaSharingOrganizationName)MetastoreInfoMetastoreInfo. setDeltaSharingRecipientTokenLifetimeInSeconds(Long deltaSharingRecipientTokenLifetimeInSeconds)MetastoreInfoMetastoreInfo. setDeltaSharingScope(MetastoreInfoDeltaSharingScope deltaSharingScope)MetastoreInfoMetastoreInfo. setGlobalMetastoreId(String globalMetastoreId)MetastoreInfoMetastoreInfo. setMetastoreId(String metastoreId)MetastoreInfoMetastoreInfo. setName(String name)MetastoreInfoMetastoreInfo. setOwner(String owner)MetastoreInfoMetastoreInfo. setPrivilegeModelVersion(String privilegeModelVersion)MetastoreInfoMetastoreInfo. setRegion(String region)MetastoreInfoMetastoreInfo. setStorageRoot(String storageRoot)MetastoreInfoMetastoreInfo. setStorageRootCredentialId(String storageRootCredentialId)MetastoreInfoMetastoreInfo. setStorageRootCredentialName(String storageRootCredentialName)MetastoreInfoMetastoreInfo. setUpdatedAt(Long updatedAt)MetastoreInfoMetastoreInfo. setUpdatedBy(String updatedBy)MetastoreInfoAccountMetastoresAPI. update(UpdateMetastore request)Update a metastore.MetastoreInfoAccountMetastoresAPI. update(String metastoreId, String id)MetastoreInfoAccountMetastoresService. update(UpdateMetastore updateMetastore)Update a metastore.MetastoreInfoMetastoresAPI. update(UpdateMetastore request)Update a metastore.MetastoreInfoMetastoresAPI. update(String metastoreId, String id)MetastoreInfoMetastoresService. update(UpdateMetastore updateMetastore)Update a metastore.Methods in com.databricks.sdk.service.catalog that return types with arguments of type MetastoreInfo Modifier and Type Method Description Collection<MetastoreInfo>ListMetastoresResponse. getMetastores()Iterable<MetastoreInfo>MetastoresAPI. list()List metastores.Method parameters in com.databricks.sdk.service.catalog with type arguments of type MetastoreInfo Modifier and Type Method Description ListMetastoresResponseListMetastoresResponse. setMetastores(Collection<MetastoreInfo> metastores)
-