Uses of Enum Class
com.loomcache.server.metrics.CapacityPlanner.ScalingAction
Packages that use CapacityPlanner.ScalingAction
-
Uses of CapacityPlanner.ScalingAction in com.loomcache.server.metrics
Subclasses with type arguments of type CapacityPlanner.ScalingAction in com.loomcache.server.metricsModifier and TypeClassDescriptionstatic enumScaling recommendation action.Methods in com.loomcache.server.metrics that return CapacityPlanner.ScalingActionModifier and TypeMethodDescriptionCapacityPlanner.ScalingRecommendation.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.static CapacityPlanner.ScalingAction[]CapacityPlanner.ScalingAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.metrics with parameters of type CapacityPlanner.ScalingActionModifierConstructorDescriptionScalingRecommendation(CapacityPlanner.ScalingAction action, String reason, double currentUtilization, double projectedUtilization) Creates an instance of aScalingRecommendationrecord class.