Package io.hyperfoil.api.config
Class Model.ClosedModel
java.lang.Object
io.hyperfoil.api.config.Model.ClosedModel
- All Implemented Interfaces:
Model,Serializable
- Direct Known Subclasses:
Model.Always,Model.AtOnce
- Enclosing interface:
- Model
- See Also:
-
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
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.hyperfoil.api.config.Model
description, validate
-
Field Details
-
users
public final int users -
usersPerAgent
public final int usersPerAgent -
usersPerThread
public final int usersPerThread
-
-
Constructor Details
-
ClosedModel
public ClosedModel(int users, int usersPerAgent, int usersPerThread)
-
-
Method Details
-
description
-