Package io.hyperfoil.api.config
Class Model.Always
- java.lang.Object
-
- io.hyperfoil.api.config.Model.ClosedModel
-
- io.hyperfoil.api.config.Model.Always
-
- All Implemented Interfaces:
Model,java.io.Serializable
- Enclosing interface:
- Model
public static class Model.Always extends Model.ClosedModel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Model
Model.Always, Model.AtOnce, Model.ClosedModel, Model.ConstantRate, Model.Noop, Model.OpenModel, Model.RampRate, Model.Sequentially
-
-
Field Summary
-
Fields inherited from class io.hyperfoil.api.config.Model.ClosedModel
users, usersPerAgent, usersPerThread
-
-
Constructor Summary
Constructors Constructor Description Always(int users, int usersPerAgent, int usersPerThread)
-
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.ClosedModel
description
-
-