Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.FlinkProfile
Packages that use FlinkProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of FlinkProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type FlinkProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return FlinkProfileModifier and TypeMethodDescriptionClusterProfile.flinkProfile()Get the flinkProfile property: The Flink cluster profile.static FlinkProfileFlinkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlinkProfile from the JsonReader.FlinkProfile.withCatalogOptions(FlinkCatalogOptions catalogOptions) Set the catalogOptions property: Flink cluster catalog options.FlinkProfile.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: A string property that indicates the deployment mode of Flink cluster.FlinkProfile.withHistoryServer(ComputeResourceDefinition historyServer) Set the historyServer property: History Server container/ process CPU and memory requirements.FlinkProfile.withJobManager(ComputeResourceDefinition jobManager) Set the jobManager property: Job Manager container/ process CPU and memory requirements.FlinkProfile.withJobSpec(FlinkJobProfile jobSpec) Set the jobSpec property: Job specifications for flink clusters in application deployment mode.FlinkProfile.withNumReplicas(Integer numReplicas) Set the numReplicas property: The number of task managers.FlinkProfile.withStorage(FlinkStorageProfile storage) Set the storage property: The storage profile.FlinkProfile.withTaskManager(ComputeResourceDefinition taskManager) Set the taskManager property: Task Manager container/ process CPU and memory requirements.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type FlinkProfileModifier and TypeMethodDescriptionClusterProfile.withFlinkProfile(FlinkProfile flinkProfile) Set the flinkProfile property: The Flink cluster profile.