public class StandaloneBenchmarkState extends AbstractBenchmarkState<StandaloneBenchmarkState>
clientBuilder, FIRST_REQUEST, loopResources| Constructor and Description |
|---|
StandaloneBenchmarkState(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()
Factory function for
Client. |
createClient, createClientpublic StandaloneBenchmarkState(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<StandaloneBenchmarkState>Exceptionprotected void afterAll()
throws Exception
afterAll in class AbstractBenchmarkState<StandaloneBenchmarkState>Exceptionpublic reactor.core.publisher.Mono<Client> createClient()
Client.createClient in class AbstractBenchmarkState<StandaloneBenchmarkState>Copyright © 2015–2019. All rights reserved.