Package io.hyperfoil.api.config
Class Model.ConstantRate
- java.lang.Object
-
- io.hyperfoil.api.config.Model.OpenModel
-
- io.hyperfoil.api.config.Model.ConstantRate
-
- All Implemented Interfaces:
Model,java.io.Serializable
- Enclosing interface:
- Model
public static class Model.ConstantRate extends Model.OpenModel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Model
Model.Always, Model.AtOnce, Model.ConstantRate, Model.Noop, Model.OpenModel, Model.RampRate, Model.Sequentially
-
-
Field Summary
Fields Modifier and Type Field Description doubleusersPerSec-
Fields inherited from class io.hyperfoil.api.config.Model.OpenModel
maxSessions, sessionLimitPolicy, variance
-
-
Constructor Summary
Constructors Constructor Description ConstantRate(double usersPerSec, boolean variance, int maxSessions, SessionLimitPolicy sessionLimitPolicy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()-
Methods inherited from class io.hyperfoil.api.config.Model.OpenModel
validate
-
-
-
-
Constructor Detail
-
ConstantRate
public ConstantRate(double usersPerSec, boolean variance, int maxSessions, SessionLimitPolicy sessionLimitPolicy)
-
-