Class ScalingRule.RuleOutcome
- java.lang.Object
-
- com.elastisys.autoscaler.predictors.rulebased.rule.ScalingRule.RuleOutcome
-
- Enclosing class:
- ScalingRule
public class ScalingRule.RuleOutcome extends java.lang.ObjectA tuple-like object that returns both the outcome result of the rule constraint checks and also a reason message with details of what caused the result.
-
-
Constructor Summary
Constructors Constructor Description RuleOutcome(boolean satisfied, java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReason()booleanisSatisfied()
-