Uses of Class
org.apache.hc.core5.benchmark.BenchmarkConfig
-
Packages that use BenchmarkConfig Package Description org.apache.hc.core5.benchmark Apache Bench (AB) clone based on HttpCore. -
-
Uses of BenchmarkConfig in org.apache.hc.core5.benchmark
Fields in org.apache.hc.core5.benchmark declared as BenchmarkConfig Modifier and Type Field Description private BenchmarkConfigBenchmarkWorker. configprivate BenchmarkConfigHttpBenchmark. configMethods in org.apache.hc.core5.benchmark that return BenchmarkConfig Modifier and Type Method Description BenchmarkConfigBenchmarkConfig.Builder. build()static BenchmarkConfigCommandLineUtils. parseCommandLine(org.apache.commons.cli.CommandLine cmd)Methods in org.apache.hc.core5.benchmark with parameters of type BenchmarkConfig Modifier and Type Method Description static BenchmarkConfig.BuilderBenchmarkConfig. copy(BenchmarkConfig config)Constructors in org.apache.hc.core5.benchmark with parameters of type BenchmarkConfig Constructor Description BenchmarkWorker(HttpAsyncRequester requester, HttpHost host, HttpCoreContext context, java.util.concurrent.atomic.AtomicLong requestCount, java.util.concurrent.CountDownLatch completionLatch, Stats stats, BenchmarkConfig config)HttpBenchmark(BenchmarkConfig config)
-