Uses of Class
com.elastisys.autoscaler.predictors.rulebased.rule.ScalingRule.RuleOutcome
-
Packages that use ScalingRule.RuleOutcome Package Description com.elastisys.autoscaler.predictors.rulebased.rule -
-
Uses of ScalingRule.RuleOutcome in com.elastisys.autoscaler.predictors.rulebased.rule
Methods in com.elastisys.autoscaler.predictors.rulebased.rule that return ScalingRule.RuleOutcome Modifier and Type Method Description ScalingRule.RuleOutcomeScalingRule. isSatisfiedBy(java.util.List<com.elastisys.autoscaler.core.utils.stats.timeseries.DataPoint> metricSequence)Evaluates thisScalingRuleagainst a sequence of metric values and returnstrueif the metric sequence satisfies thisScalingRule(that is, the metric values have satisfied the threshold condition for a sufficiently long time).
-