ScaleRule.DefinitionStages.WithAttach |
ScaleRule.DefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown) |
Sets the action to be performed when the scale rule will be active.
|
ScaleRule.ParentUpdateDefinitionStages.WithAttach |
ScaleRule.ParentUpdateDefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown) |
Sets the action to be performed when the scale rule will be active.
|
ScaleRule.Update |
ScaleRule.Update.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown) |
Updates the action to be performed when the scale rule will be active.
|
ScaleRule.UpdateDefinitionStages.WithAttach |
ScaleRule.UpdateDefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown) |
Sets the action to be performed when the scale rule will be active.
|
ScaleAction |
ScaleAction.withType(ScaleType type) |
Set the type of action that should occur when the scale rule fires.
|