Uses of Class
io.hyperfoil.api.config.Agent
-
Packages that use Agent Package Description io.hyperfoil.api.config io.hyperfoil.api.deployment -
-
Uses of Agent in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config that return Agent Modifier and Type Method Description Agent[]Benchmark. agents()Constructors in io.hyperfoil.api.config with parameters of type Agent 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 Agent in io.hyperfoil.api.deployment
Methods in io.hyperfoil.api.deployment with parameters of type Agent Modifier and Type Method Description DeployedAgentDeployer. start(Agent agent, java.lang.String runId, Benchmark benchmark, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)
-