Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.FlinkHiveCatalogOption
Packages that use FlinkHiveCatalogOption
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of FlinkHiveCatalogOption in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type FlinkHiveCatalogOptionModifier and TypeClassDescriptionfinal classHive Catalog Option for Flink cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return FlinkHiveCatalogOptionModifier and TypeMethodDescriptionstatic FlinkHiveCatalogOptionFlinkHiveCatalogOption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlinkHiveCatalogOption from the JsonReader.FlinkCatalogOptions.hive()Get the hive property: Hive Catalog Option for Flink cluster.FlinkHiveCatalogOption.withMetastoreDbConnectionAuthenticationMode(MetastoreDbConnectionAuthenticationMode metastoreDbConnectionAuthenticationMode) Set the metastoreDbConnectionAuthenticationMode property: The authentication mode to connect to your Hive metastore database.FlinkHiveCatalogOption.withMetastoreDbConnectionPasswordSecret(String metastoreDbConnectionPasswordSecret) Set the metastoreDbConnectionPasswordSecret property: Secret reference name from secretsProfile.secrets containing password for database connection.FlinkHiveCatalogOption.withMetastoreDbConnectionUrl(String metastoreDbConnectionUrl) Set the metastoreDbConnectionUrl property: Connection string for hive metastore database.FlinkHiveCatalogOption.withMetastoreDbConnectionUsername(String metastoreDbConnectionUsername) Set the metastoreDbConnectionUsername property: User name for database connection.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type FlinkHiveCatalogOptionModifier and TypeMethodDescriptionFlinkCatalogOptions.withHive(FlinkHiveCatalogOption hive) Set the hive property: Hive Catalog Option for Flink cluster.