Uses of Class
io.hyperfoil.api.config.Phase
-
Packages that use Phase Package Description io.hyperfoil.api.config io.hyperfoil.api.session io.hyperfoil.api.statistics -
-
Uses of Phase in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return Phase Modifier and Type Method Description protected PhasePhaseBuilder. buildPhase(SerializableSupplier<Benchmark> benchmark, int phaseId, int iteration, PhaseForkBuilder f)static PhasePhaseBuilder. noop(SerializableSupplier<Benchmark> benchmark, int id, int iteration, java.lang.String iterationName, long duration, java.util.Collection<java.lang.String> startAfter, java.util.Collection<java.lang.String> startAfterStrict, java.util.Collection<java.lang.String> terminateAfterStrict)Phase[]Benchmark. phasesById()Methods in io.hyperfoil.api.config that return types with arguments of type Phase Modifier and Type Method Description java.util.Collection<Phase>PhaseBuilder. build(SerializableSupplier<Benchmark> benchmark, java.util.concurrent.atomic.AtomicInteger idCounter)java.util.Collection<Phase>PhaseBuilder.Noop. build(SerializableSupplier<Benchmark> benchmark, java.util.concurrent.atomic.AtomicInteger idCounter)java.util.Collection<Phase>Benchmark. phases()Methods in io.hyperfoil.api.config with parameters of type Phase Modifier and Type Method Description voidModel.Always. validate(Phase phase)voidModel.AtOnce. validate(Phase phase)voidModel.OpenModel. validate(Phase phase)default voidModel. validate(Phase phase)Constructor parameters in io.hyperfoil.api.config with type arguments of type Phase Constructor Description Benchmark(java.lang.String name, java.lang.String originalSource, java.util.Map<java.lang.String,byte[]> files, Agent[] agents, int defaultThreads, java.util.Map<java.lang.Class<? extends PluginConfig>,PluginConfig> plugins, java.util.Collection<Phase> phases, java.util.Map<java.lang.String,java.lang.Object> tags, long statisticsCollectionPeriod, java.lang.String triggerUrl, java.util.List<RunHook> preHooks, java.util.List<RunHook> postHooks, Benchmark.FailurePolicy failurePolicy) -
Uses of Phase in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return Phase Modifier and Type Method Description PhasePhaseInstance. definition()Methods in io.hyperfoil.api.session with parameters of type Phase Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>PhaseChangeHandler. onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, java.lang.Throwable error)voidSession. pruneStats(Phase phase) -
Uses of Phase in io.hyperfoil.api.statistics
Methods in io.hyperfoil.api.statistics that return Phase Modifier and Type Method Description PhaseSessionStatistics. phase(int index)Methods in io.hyperfoil.api.statistics with parameters of type Phase Modifier and Type Method Description StatisticsSessionStatistics. getOrCreate(Phase phase, int stepId, java.lang.String name, long startTime)voidSessionStatistics. prune(Phase phase)
-