GigaSpaces XAP 9.7.2 API

org.openspaces.grid.gsm.autoscaling.exceptions
Class AutoScalingLowThresholdBreachedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
              extended by org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingSlaEnforcementInProgressException
                  extended by org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingThresholdBreachedException
                      extended by org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingLowThresholdBreachedException
All Implemented Interfaces:
Serializable, SlaEnforcementDecision

public class AutoScalingLowThresholdBreachedException
extends AutoScalingThresholdBreachedException

Since:
9.0.1
Author:
itaif
See Also:
Serialized Form

Constructor Summary
AutoScalingLowThresholdBreachedException(ProcessingUnit pu, CapacityRequirements actual, CapacityRequirements newPlan, long containerCapacityInMB, AutomaticCapacityScaleRuleConfig rule, String metricValue)
           
 
Method Summary
 
Methods inherited from class org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingThresholdBreachedException
equals, getNewCapacity, hashCode, setOldPlan, toEvent
 
Methods inherited from class org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
fillInStackTrace, getProcessingUnitName
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementDecision
getProcessingUnitName
 

Constructor Detail

AutoScalingLowThresholdBreachedException

public AutoScalingLowThresholdBreachedException(ProcessingUnit pu,
                                                CapacityRequirements actual,
                                                CapacityRequirements newPlan,
                                                long containerCapacityInMB,
                                                AutomaticCapacityScaleRuleConfig rule,
                                                String metricValue)
Parameters:
pu - - the processing unit being monitored
actual - - the actual capacity currently deployed
newPlan - - the new planned capacity to be deployed
containerCapacityInMB -
rule - - the rule that had the threshold breach
metricValue - - the metric value that breached the threshold as a string.

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.