Uses of Interface
io.hyperfoil.api.config.Model
-
Packages that use Model Package Description io.hyperfoil.api.config -
-
Uses of Model in io.hyperfoil.api.config
Classes in io.hyperfoil.api.config that implement Model Modifier and Type Class Description static classModel.Alwaysstatic classModel.AtOncestatic classModel.ConstantRatestatic classModel.Noopstatic classModel.OpenModelstatic classModel.RampRatestatic classModel.SequentiallyFields in io.hyperfoil.api.config declared as Model Modifier and Type Field Description ModelPhase. modelMethods in io.hyperfoil.api.config that return Model Modifier and Type Method Description protected ModelPhaseBuilder.Always. createModel(int iteration, double weight)protected ModelPhaseBuilder.AtOnce. createModel(int iteration, double weight)protected ModelPhaseBuilder.ConstantRate. createModel(int iteration, double weight)protected abstract ModelPhaseBuilder. createModel(int iteration, double weight)protected ModelPhaseBuilder.Noop. createModel(int iteration, double weight)protected ModelPhaseBuilder.RampRate. createModel(int iteration, double weight)protected ModelPhaseBuilder.Sequentially. createModel(int iteration, double weight)Constructors in io.hyperfoil.api.config with parameters of type Model Constructor Description Phase(SerializableSupplier<Benchmark> benchmark, int id, int iteration, java.lang.String name, Scenario scenario, long startTime, java.util.Collection<java.lang.String> startAfter, java.util.Collection<java.lang.String> startAfterStrict, java.util.Collection<java.lang.String> terminateAfterStrict, long duration, long maxDuration, java.lang.String sharedResources, boolean isWarmup, Model model)
-