Uses of Class
io.hyperfoil.api.config.Phase
Packages that use Phase
-
Uses of Phase in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return PhaseModifier and TypeMethodDescriptionprotected PhasePhaseBuilder.buildPhase(SerializableSupplier<Benchmark> benchmark, int phaseId, int iteration, PhaseForkBuilder f) static PhasePhaseBuilder.noop(SerializableSupplier<Benchmark> benchmark, int id, int iteration, String iterationName, long duration, Collection<String> startAfter, Collection<String> startAfterStrict, Collection<String> terminateAfterStrict) Phase[]Benchmark.phasesById()Methods in io.hyperfoil.api.config that return types with arguments of type PhaseModifier and TypeMethodDescriptionPhaseBuilder.build(SerializableSupplier<Benchmark> benchmark, AtomicInteger idCounter) PhaseBuilder.Noop.build(SerializableSupplier<Benchmark> benchmark, AtomicInteger idCounter) Benchmark.phases()Methods in io.hyperfoil.api.config with parameters of type PhaseModifier and TypeMethodDescriptionvoidvoiddefault voidConstructor parameters in io.hyperfoil.api.config with type arguments of type PhaseModifierConstructorDescriptionBenchmark(String name, String version, BenchmarkSource source, Map<String, String> params, Map<String, byte[]> files, Agent[] agents, int defaultThreads, Map<Class<? extends PluginConfig>, PluginConfig> plugins, Collection<Phase> phases, Map<String, Object> tags, long statisticsCollectionPeriod, String triggerUrl, List<RunHook> preHooks, List<RunHook> postHooks, Benchmark.FailurePolicy failurePolicy) -
Uses of Phase in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return PhaseMethods in io.hyperfoil.api.session with parameters of type PhaseModifier and TypeMethodDescriptionPhaseChangeHandler.onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error) ControllerListener.onPhaseChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error, Map<String, GlobalData.Element> globalData) voidSession.pruneStats(Phase phase) -
Uses of Phase in io.hyperfoil.api.statistics
Methods in io.hyperfoil.api.statistics that return PhaseMethods in io.hyperfoil.api.statistics with parameters of type PhaseModifier and TypeMethodDescriptionSessionStatistics.getOrCreate(Phase phase, int stepId, String name, long startTime) void