Uses of Class
org.apache.hc.core5.benchmark.BenchmarkConfig
Packages that use BenchmarkConfig
-
Uses of BenchmarkConfig in org.apache.hc.core5.benchmark
Fields in org.apache.hc.core5.benchmark declared as BenchmarkConfigModifier and TypeFieldDescriptionprivate final BenchmarkConfig
BenchmarkWorker.config
private final BenchmarkConfig
HttpBenchmark.config
Methods in org.apache.hc.core5.benchmark that return BenchmarkConfigModifier and TypeMethodDescriptionBenchmarkConfig.Builder.build()
static BenchmarkConfig
CommandLineUtils.parseCommandLine
(org.apache.commons.cli.CommandLine cmd) Methods in org.apache.hc.core5.benchmark with parameters of type BenchmarkConfigModifier and TypeMethodDescriptionstatic BenchmarkConfig.Builder
BenchmarkConfig.copy
(BenchmarkConfig config) Constructors in org.apache.hc.core5.benchmark with parameters of type BenchmarkConfigModifierConstructorDescriptionBenchmarkWorker
(HttpAsyncRequester requester, HttpHost host, HttpCoreContext context, AtomicLong requestCount, CountDownLatch completionLatch, Stats stats, BenchmarkConfig config) HttpBenchmark
(BenchmarkConfig config)