Uses of Interface
io.hyperfoil.function.SerializableSupplier
Packages that use SerializableSupplier
-
Uses of SerializableSupplier in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config declared as SerializableSupplierMethods in io.hyperfoil.api.config with parameters of type SerializableSupplierModifier and TypeMethodDescriptionPhaseBuilder.build(SerializableSupplier<Benchmark> benchmark, AtomicInteger idCounter) PhaseBuilder.Noop.build(SerializableSupplier<Benchmark> benchmark, AtomicInteger idCounter) protected 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) Constructors in io.hyperfoil.api.config with parameters of type SerializableSupplierModifierConstructorDescriptionPhase(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) -
Uses of SerializableSupplier in io.hyperfoil.impl
Classes in io.hyperfoil.impl that implement SerializableSupplier