Uses of Class
com.elastisys.autoscaler.predictors.rulebased.rule.Condition
-
Packages that use Condition Package Description com.elastisys.autoscaler.predictors.rulebased.rule -
-
Uses of Condition in com.elastisys.autoscaler.predictors.rulebased.rule
Methods in com.elastisys.autoscaler.predictors.rulebased.rule that return Condition Modifier and Type Method Description ConditionScalingRule. getCondition()Returns the condition used to compare the aggregated value with the threshold.static ConditionCondition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Condition[]Condition. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.elastisys.autoscaler.predictors.rulebased.rule with parameters of type Condition Constructor Description ScalingRule(Condition condition, double threshold, com.elastisys.scale.commons.json.types.TimeInterval period, double resize, ResizeUnit unit)Constructs a newScalingRule.
-