| Package | Description |
|---|---|
| io.hyperfoil.api.config |
| Modifier and Type | Method and Description |
|---|---|
SLABuilder<SLABuilder.ListBuilder<P>> |
SLABuilder.ListBuilder.addItem() |
SLABuilder<P> |
SLABuilder.blockedRatio(double blockedRatio)
Maximum allowed ratio of time spent waiting for usable connection to sum of response latencies.
|
SLABuilder<P> |
SLABuilder.LimitsBuilder.end() |
SLABuilder<P> |
SLABuilder.errorRatio(double errorRatio)
Maximum allowed ratio of errors.
|
SLABuilder<P> |
SLABuilder.meanResponseTime(long meanResponseTime,
TimeUnit timeUnit) |
SLABuilder<P> |
SLABuilder.meanResponseTime(String meanResponseTime)
Maximum allowed mean (average) response time.
|
SLABuilder<P> |
SLABuilder.window(long window,
TimeUnit timeUnit) |
SLABuilder<P> |
SLABuilder.window(String window)
Period over which the stats should be collected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SLABuilder.readFrom(SLABuilder<P> other) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.