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 BenchmarkConfig
BenchmarkWorker. config
private BenchmarkConfig
HttpBenchmark. config
Methods in org.apache.hc.core5.benchmark that return BenchmarkConfig Modifier and Type Method Description BenchmarkConfig
BenchmarkConfig.Builder. build()
static BenchmarkConfig
CommandLineUtils. 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.Builder
BenchmarkConfig. 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)
-