Uses of Class
io.hyperfoil.api.config.PhaseBuilder
-
Packages that use PhaseBuilder Package Description io.hyperfoil.api.config -
-
Uses of PhaseBuilder in io.hyperfoil.api.config
Classes in io.hyperfoil.api.config with type parameters of type PhaseBuilder Modifier and Type Class Description classPhaseBuilder<PB extends PhaseBuilder<PB>>The builder creates a matrix of phases (not just single phase); we allow multiple iterations of a phase (with increasing number of users) and multiple forks (different scenarios, but same configuration).static classPhaseBuilder.OpenModel<P extends PhaseBuilder<P>>Subclasses of PhaseBuilder in io.hyperfoil.api.config Modifier and Type Class Description static classPhaseBuilder.Alwaysstatic classPhaseBuilder.AtOncestatic classPhaseBuilder.ConstantRatestatic classPhaseBuilder.Noopstatic classPhaseBuilder.OpenModel<P extends PhaseBuilder<P>>static classPhaseBuilder.RampRatestatic classPhaseBuilder.SequentiallyMethods in io.hyperfoil.api.config that return PhaseBuilder Modifier and Type Method Description PhaseBuilder<?>ScenarioBuilder. endScenario()Methods in io.hyperfoil.api.config that return types with arguments of type PhaseBuilder Modifier and Type Method Description static java.util.Collection<PhaseBuilder<?>>BenchmarkBuilder. phasesForTesting(BenchmarkBuilder builder)Methods in io.hyperfoil.api.config with parameters of type PhaseBuilder Modifier and Type Method Description voidPhaseBuilder. readForksFrom(PhaseBuilder<?> other)Constructors in io.hyperfoil.api.config with parameters of type PhaseBuilder Constructor Description PhaseForkBuilder(PhaseBuilder<?> parent, java.lang.String name)
-