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 BenchmarkConfigBenchmarkWorker.configprivate final BenchmarkConfigHttpBenchmark.configMethods in org.apache.hc.core5.benchmark that return BenchmarkConfigModifier and TypeMethodDescriptionBenchmarkConfig.Builder.build()static BenchmarkConfigCommandLineUtils.parseCommandLine(org.apache.commons.cli.CommandLine cmd) Methods in org.apache.hc.core5.benchmark with parameters of type BenchmarkConfigModifier and TypeMethodDescriptionstatic BenchmarkConfig.BuilderBenchmarkConfig.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)