Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.HiveCatalogOption
Packages that use HiveCatalogOption
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of HiveCatalogOption in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type HiveCatalogOptionMethods in com.azure.resourcemanager.hdinsight.containers.models that return HiveCatalogOptionModifier and TypeMethodDescriptionstatic HiveCatalogOptionHiveCatalogOption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HiveCatalogOption from the JsonReader.HiveCatalogOption.withCatalogName(String catalogName) Set the catalogName property: Name of trino catalog which should use specified hive metastore.HiveCatalogOption.withMetastoreDbConnectionAuthenticationMode(MetastoreDbConnectionAuthenticationMode metastoreDbConnectionAuthenticationMode) Set the metastoreDbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.HiveCatalogOption.withMetastoreDbConnectionPasswordSecret(String metastoreDbConnectionPasswordSecret) Set the metastoreDbConnectionPasswordSecret property: Secret reference name from secretsProfile.secrets containing password for database connection.HiveCatalogOption.withMetastoreDbConnectionUrl(String metastoreDbConnectionUrl) Set the metastoreDbConnectionUrl property: Connection string for hive metastore database.HiveCatalogOption.withMetastoreDbConnectionUsername(String metastoreDbConnectionUsername) Set the metastoreDbConnectionUsername property: User name for database connection.HiveCatalogOption.withMetastoreWarehouseDir(String metastoreWarehouseDir) Set the metastoreWarehouseDir property: Metastore root directory URI, format: abfs[s]://<container>@<account_name>.dfs.core.windows.net/<path>.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type HiveCatalogOptionModifier and TypeMethodDescriptionCatalogOptions.hive()Get the hive property: hive catalog options.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type HiveCatalogOptionModifier and TypeMethodDescriptionCatalogOptions.withHive(List<HiveCatalogOption> hive) Set the hive property: hive catalog options.