public class DelayDistribution extends AbstractModel
header, skipSign
Constructor and Description |
---|
DelayDistribution() |
DelayDistribution(DelayDistribution source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLadder()
Get The delay distribution.
|
Long |
getSize()
Get The number of commands with delay falling within the current delay range -
|
Long |
getUpdatetime()
Get Modification time
|
void |
setLadder(Long Ladder)
Set The delay distribution.
|
void |
setSize(Long Size)
Set The number of commands with delay falling within the current delay range -
|
void |
setUpdatetime(Long Updatetime)
Set Modification time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DelayDistribution()
public DelayDistribution(DelayDistribution source)
public Long getLadder()
public void setLadder(Long Ladder)
Ladder
- The delay distribution. The mapping between delay range and `Ladder` value is as follows: - `1`: [0ms,1ms]. - `5`: [1ms,5ms]. - `10`: [5ms,10ms]. - `50`: [10ms,50ms]. - `200`: [50ms,200ms]. - `-1`: [200ms,∞].public Long getSize()
public void setSize(Long Size)
Size
- The number of commands with delay falling within the current delay range -public Long getUpdatetime()
public void setUpdatetime(Long Updatetime)
Updatetime
- Modification timeCopyright © 2024. All rights reserved.