Package io.hyperfoil.api.config
Class Model.ClosedModel
- java.lang.Object
-
- io.hyperfoil.api.config.Model.ClosedModel
-
- All Implemented Interfaces:
Model,java.io.Serializable
- Direct Known Subclasses:
Model.Always,Model.AtOnce
- Enclosing interface:
- Model
public abstract static class Model.ClosedModel extends java.lang.Object implements Model
- 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 Modifier and Type Field Description intusersintusersPerAgentintusersPerThread
-
Constructor Summary
Constructors Constructor Description ClosedModel(int users, int usersPerAgent, int usersPerThread)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Stringdescription(java.lang.String suffix)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.hyperfoil.api.config.Model
description, validate
-
-