Uses of Class
com.elastisys.autoscaler.predictors.rulebased.rule.ScalingRule
-
Packages that use ScalingRule Package Description com.elastisys.autoscaler.predictors.rulebased.config -
-
Uses of ScalingRule in com.elastisys.autoscaler.predictors.rulebased.config
Methods in com.elastisys.autoscaler.predictors.rulebased.config that return types with arguments of type ScalingRule Modifier and Type Method Description java.util.List<ScalingRule>RuleBasedPredictorParams. getScalingRules()Returns the collection ofScalingRules to be enforced.Constructor parameters in com.elastisys.autoscaler.predictors.rulebased.config with type arguments of type ScalingRule Constructor Description RuleBasedPredictorParams(com.elastisys.scale.commons.json.types.TimeInterval cooldownPeriod, java.util.List<ScalingRule> scalingRules)Constructs a newRuleBasedPredictor.
-