GigaSpaces XAP 9.5 API

Uses of Class
org.openspaces.admin.pu.elastic.config.AutomaticCapacityScaleRuleConfig

Packages that use AutomaticCapacityScaleRuleConfig
org.openspaces.admin.pu.elastic.config   
org.openspaces.admin.pu.elastic.events   
org.openspaces.grid.gsm.autoscaling   
org.openspaces.grid.gsm.autoscaling.exceptions   
 

Uses of AutomaticCapacityScaleRuleConfig in org.openspaces.admin.pu.elastic.config
 

Methods in org.openspaces.admin.pu.elastic.config that return AutomaticCapacityScaleRuleConfig
 AutomaticCapacityScaleRuleConfig AutomaticCapacityScaleRuleConfigurer.create()
           
 AutomaticCapacityScaleRuleConfig[] AutomaticCapacityScaleConfig.getRules()
           
 

Methods in org.openspaces.admin.pu.elastic.config with parameters of type AutomaticCapacityScaleRuleConfig
 AutomaticCapacityScaleConfigurer AutomaticCapacityScaleConfigurer.addRule(AutomaticCapacityScaleRuleConfig rule)
           
 void AutomaticCapacityScaleConfig.setRules(AutomaticCapacityScaleRuleConfig[] rules)
           
 

Uses of AutomaticCapacityScaleRuleConfig in org.openspaces.admin.pu.elastic.events
 

Methods in org.openspaces.admin.pu.elastic.events that return AutomaticCapacityScaleRuleConfig
 AutomaticCapacityScaleRuleConfig ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent.getRule()
           
 

Constructors in org.openspaces.admin.pu.elastic.events with parameters of type AutomaticCapacityScaleRuleConfig
ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent(int actualNumberOfInstances, int oldPlannedNumberOfInstances, int newPlannedNumberOfInstances, AutomaticCapacityScaleRuleConfig rule, boolean highThresholdBreached, String metricValue)
           
 

Uses of AutomaticCapacityScaleRuleConfig in org.openspaces.grid.gsm.autoscaling
 

Methods in org.openspaces.grid.gsm.autoscaling that return AutomaticCapacityScaleRuleConfig
 AutomaticCapacityScaleRuleConfig[] AutoScalingSlaPolicy.getRules()
           
 

Methods in org.openspaces.grid.gsm.autoscaling with parameters of type AutomaticCapacityScaleRuleConfig
 boolean DefaultAutoScalingSlaEnforcementEndpoint.isAboveHighThreshold(AutomaticCapacityScaleRuleConfig rule, Object value)
           
 boolean DefaultAutoScalingSlaEnforcementEndpoint.isBelowLowThreshold(AutomaticCapacityScaleRuleConfig rule, Object value)
           
 void AutoScalingSlaPolicy.setRules(AutomaticCapacityScaleRuleConfig[] rules)
           
 

Uses of AutomaticCapacityScaleRuleConfig in org.openspaces.grid.gsm.autoscaling.exceptions
 

Constructors in org.openspaces.grid.gsm.autoscaling.exceptions with parameters of type AutomaticCapacityScaleRuleConfig
AutoScalingHighThresholdBreachedException(ProcessingUnit pu, CapacityRequirements actual, CapacityRequirements newPlan, long containerCapacityInMB, AutomaticCapacityScaleRuleConfig rule, String metricValue)
           
AutoScalingLowThresholdBreachedException(ProcessingUnit pu, CapacityRequirements actual, CapacityRequirements newPlan, long containerCapacityInMB, AutomaticCapacityScaleRuleConfig rule, String metricValue)
           
AutoScalingThresholdBreachedException(String message, ProcessingUnit pu, CapacityRequirements actual, CapacityRequirements newPlan, long containerCapacityInMB, AutomaticCapacityScaleRuleConfig rule, boolean highThresholdBreached, String metricValue)
           
 

Constructor parameters in org.openspaces.grid.gsm.autoscaling.exceptions with type arguments of type AutomaticCapacityScaleRuleConfig
RulesConflictAutoScalingException(org.openspaces.admin.internal.pu.InternalProcessingUnit pu, Map<AutomaticCapacityScaleRuleConfig,Object> valuesBelowLowThresholdPerRule, Map<AutomaticCapacityScaleRuleConfig,Object> valuesAboveHighThresholdPerRule)
           
RulesConflictAutoScalingException(org.openspaces.admin.internal.pu.InternalProcessingUnit pu, Map<AutomaticCapacityScaleRuleConfig,Object> valuesBelowLowThresholdPerRule, Map<AutomaticCapacityScaleRuleConfig,Object> valuesAboveHighThresholdPerRule)
           
 


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.