Uses of Class
com.elastisys.autoscaler.predictors.rulebased.rule.ResizeUnit
-
Packages that use ResizeUnit Package Description com.elastisys.autoscaler.predictors.rulebased.rule -
-
Uses of ResizeUnit in com.elastisys.autoscaler.predictors.rulebased.rule
Methods in com.elastisys.autoscaler.predictors.rulebased.rule that return ResizeUnit Modifier and Type Method Description ResizeUnitScalingRule. getUnit()Returns the unit that the resize increment is specified in.static ResizeUnitResizeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResizeUnit[]ResizeUnit. 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 ResizeUnit Constructor Description ScalingRule(Condition condition, double threshold, com.elastisys.scale.commons.json.types.TimeInterval period, double resize, ResizeUnit unit)Constructs a newScalingRule.
-