public class DistributedBenchmarkState extends AbstractBenchmarkState<DistributedBenchmarkState>
clientBuilder, FIRST_REQUEST, loopResources| Constructor and Description |
|---|
DistributedBenchmarkState(io.scalecube.benchmarks.BenchmarkSettings settings,
String gatewayName,
BiFunction<io.scalecube.services.transport.api.Address,reactor.netty.resources.LoopResources,Client> clientBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterAll() |
protected void |
beforeAll() |
reactor.core.publisher.Mono<Client> |
createClient() |
createClient, createClientpublic DistributedBenchmarkState(io.scalecube.benchmarks.BenchmarkSettings settings,
String gatewayName,
BiFunction<io.scalecube.services.transport.api.Address,reactor.netty.resources.LoopResources,Client> clientBuilder)
protected void beforeAll()
throws Exception
beforeAll in class AbstractBenchmarkState<DistributedBenchmarkState>Exceptionprotected void afterAll()
throws Exception
afterAll in class AbstractBenchmarkState<DistributedBenchmarkState>Exceptionpublic reactor.core.publisher.Mono<Client> createClient()
createClient in class AbstractBenchmarkState<DistributedBenchmarkState>Copyright © 2015–2019. All rights reserved.