| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException
org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingSlaEnforcementInProgressException
org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingThresholdBreachedException
org.openspaces.grid.gsm.autoscaling.exceptions.AutoScalingLowThresholdBreachedException
public class AutoScalingLowThresholdBreachedException
| 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 | 
|---|
public AutoScalingLowThresholdBreachedException(ProcessingUnit pu,
                                                CapacityRequirements actual,
                                                CapacityRequirements newPlan,
                                                long containerCapacityInMB,
                                                AutomaticCapacityScaleRuleConfig rule,
                                                String metricValue)
pu - - the processing unit being monitoredactual - - the actual capacity currently deployednewPlan - - the new planned capacity to be deployedcontainerCapacityInMB - rule - - the rule that had the threshold breachmetricValue - - the metric value that breached the threshold as a string.
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||