Uses of Interface
io.hyperfoil.api.config.Model
Packages that use Model
-
Uses of Model in io.hyperfoil.api.config
Classes in io.hyperfoil.api.config that implement ModelModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in io.hyperfoil.api.config declared as ModelMethods in io.hyperfoil.api.config that return ModelModifier and TypeMethodDescriptionprotected 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 ModelModifierConstructorDescriptionPhase(SerializableSupplier<Benchmark> benchmark, int id, int iteration, String name, Scenario scenario, long startTime, Collection<String> startAfter, Collection<String> startAfterStrict, Collection<String> terminateAfterStrict, long duration, long maxDuration, String sharedResources, boolean isWarmup, Model model, Map<String, SLA[]> customSlas, StartWithDelay startWithDelay)