Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.LoadBasedConfig
Packages that use LoadBasedConfig
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of LoadBasedConfig in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type LoadBasedConfigMethods in com.azure.resourcemanager.hdinsight.containers.models that return LoadBasedConfigModifier and TypeMethodDescriptionstatic LoadBasedConfigLoadBasedConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBasedConfig from the JsonReader.AutoscaleProfile.loadBasedConfig()Get the loadBasedConfig property: Profiles of load based Autoscale.LoadBasedConfig.withCooldownPeriod(Integer cooldownPeriod) Set the cooldownPeriod property: This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it.LoadBasedConfig.withMaxNodes(int maxNodes) Set the maxNodes property: User needs to set the maximum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.LoadBasedConfig.withMinNodes(int minNodes) Set the minNodes property: User needs to set the minimum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.LoadBasedConfig.withPollInterval(Integer pollInterval) Set the pollInterval property: User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.LoadBasedConfig.withScalingRules(List<ScalingRule> scalingRules) Set the scalingRules property: The scaling rules.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type LoadBasedConfigModifier and TypeMethodDescriptionAutoscaleProfile.withLoadBasedConfig(LoadBasedConfig loadBasedConfig) Set the loadBasedConfig property: Profiles of load based Autoscale.