Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.SparkProfile
Packages that use SparkProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of SparkProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type SparkProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return SparkProfileModifier and TypeMethodDescriptionstatic SparkProfileSparkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SparkProfile from the JsonReader.ClusterProfile.sparkProfile()Get the sparkProfile property: The spark cluster profile.SparkProfile.withDefaultStorageUrl(String defaultStorageUrl) Set the defaultStorageUrl property: The default storage URL.SparkProfile.withMetastoreSpec(SparkMetastoreSpec metastoreSpec) Set the metastoreSpec property: The metastore specification for Spark cluster.SparkProfile.withUserPluginsSpec(SparkUserPlugins userPluginsSpec) Set the userPluginsSpec property: Spark user plugins spec.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type SparkProfileModifier and TypeMethodDescriptionClusterProfile.withSparkProfile(SparkProfile sparkProfile) Set the sparkProfile property: The spark cluster profile.