RampUpRule 类
定义
Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.
public class RampUpRule
- 继承
-
java.lang.ObjectRampUpRule
方法
actionHostName() |
Get the actionHostName value.
|
changeDecisionCallbackUrl() |
Get the changeDecisionCallbackUrl value.
|
changeIntervalInMinutes() |
Get the changeIntervalInMinutes value.
|
changeStep() |
Get the changeStep value.
|
maxReroutePercentage() |
Get the maxReroutePercentage value.
|
minReroutePercentage() |
Get the minReroutePercentage value.
|
name() |
Get the name value.
|
reroutePercentage() |
Get the reroutePercentage value.
|
withActionHostName(String actionHostName) |
Set the actionHostName value.
|
withChangeDecisionCallbackUrl(String changeDecisionCallbackUrl) |
Set the changeDecisionCallbackUrl value.
|
withChangeIntervalInMinutes(Integer changeIntervalInMinutes) |
Set the changeIntervalInMinutes value.
|
withChangeStep(Double changeStep) |
Set the changeStep value.
|
withMaxReroutePercentage(Double maxReroutePercentage) |
Set the maxReroutePercentage value.
|
withMinReroutePercentage(Double minReroutePercentage) |
Set the minReroutePercentage value.
|
withName(String name) |
Set the name value.
|
withReroutePercentage(Double reroutePercentage) |
Set the reroutePercentage value.
|