Modifier and Type | Method and Description |
---|---|
AutomaticCapacityScaleRuleConfig |
AutomaticCapacityScaleRuleConfigurer.create() |
AutomaticCapacityScaleRuleConfig[] |
AutomaticCapacityScaleConfig.getRules() |
Modifier and Type | Method and Description |
---|---|
AutomaticCapacityScaleConfigurer |
AutomaticCapacityScaleConfigurer.addRule(AutomaticCapacityScaleRuleConfig rule) |
void |
AutomaticCapacityScaleConfig.setRules(AutomaticCapacityScaleRuleConfig[] rules) |
Modifier and Type | Method and Description |
---|---|
AutomaticCapacityScaleRuleConfig |
ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent.getRule() |
Constructor and Description |
---|
ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent(int actualNumberOfInstances,
int oldPlannedNumberOfInstances,
int newPlannedNumberOfInstances,
AutomaticCapacityScaleRuleConfig rule,
boolean highThresholdBreached,
String metricValue) |
Modifier and Type | Method and Description |
---|---|
AutomaticCapacityScaleRuleConfig[] |
AutoScalingSlaPolicy.getRules() |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultAutoScalingSlaEnforcementEndpoint.isAboveHighThreshold(AutomaticCapacityScaleRuleConfig rule,
Object value) |
boolean |
DefaultAutoScalingSlaEnforcementEndpoint.isBelowLowThreshold(AutomaticCapacityScaleRuleConfig rule,
Object value) |
void |
AutoScalingSlaPolicy.setRules(AutomaticCapacityScaleRuleConfig[] rules) |
Constructor and Description |
---|
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 and Description |
---|
RulesConflictAutoScalingException(InternalProcessingUnit pu,
Map<AutomaticCapacityScaleRuleConfig,Object> valuesBelowLowThresholdPerRule,
Map<AutomaticCapacityScaleRuleConfig,Object> valuesAboveHighThresholdPerRule) |
RulesConflictAutoScalingException(InternalProcessingUnit pu,
Map<AutomaticCapacityScaleRuleConfig,Object> valuesBelowLowThresholdPerRule,
Map<AutomaticCapacityScaleRuleConfig,Object> valuesAboveHighThresholdPerRule) |
Copyright © GigaSpaces.