Modifier and Type | Method and Description |
---|---|
AutomaticCapacityScaleRuleConfig |
AutomaticCapacityScaleRuleConfigurer.create()
Deprecated.
|
AutomaticCapacityScaleRuleConfig[] |
AutomaticCapacityScaleConfig.getRules()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AutomaticCapacityScaleConfigurer |
AutomaticCapacityScaleConfigurer.addRule(AutomaticCapacityScaleRuleConfig rule)
Deprecated.
|
void |
AutomaticCapacityScaleConfig.setRules(AutomaticCapacityScaleRuleConfig[] rules)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AutomaticCapacityScaleRuleConfig |
ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent.getRule()
Deprecated.
|
Constructor and Description |
---|
ElasticStatelessProcessingUnitPlannedNumberOfInstancesChangedEvent(int actualNumberOfInstances,
int oldPlannedNumberOfInstances,
int newPlannedNumberOfInstances,
AutomaticCapacityScaleRuleConfig rule,
boolean highThresholdBreached,
String metricValue)
Deprecated.
|
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.