Package org.mockserver.model
Class DelayDistribution
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.DelayDistribution
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DelayDistributiongaussian(long mean, long stdDev) getMax()getMean()getMin()getP99()getType()static DelayDistributionlogNormal(long median, long p99) longsample()static DelayDistributionuniform(long min, long max) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
DelayDistribution
public DelayDistribution()
-
-
Method Details
-
uniform
-
logNormal
-
gaussian
-
sample
public long sample() -
getType
-
setType
-
getMin
-
setMin
-
getMax
-
setMax
-
getMedian
-
setMedian
-
getP99
-
setP99
-
getMean
-
setMean
-
getStdDev
-
setStdDev
-