public class LoadTestReporter extends Object implements Closeable
| Constructor and Description |
|---|
LoadTestReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.codahale.metrics.Counter |
failedCounter(org.springframework.http.HttpMethod method,
String url) |
com.codahale.metrics.Counter |
failedCounter(String url) |
void |
report() |
com.codahale.metrics.Timer |
timer(org.springframework.http.HttpMethod method,
String url) |
com.codahale.metrics.Timer |
timer(String url) |
public com.codahale.metrics.Timer timer(String url)
public com.codahale.metrics.Counter failedCounter(String url)
public com.codahale.metrics.Timer timer(org.springframework.http.HttpMethod method,
String url)
public com.codahale.metrics.Counter failedCounter(org.springframework.http.HttpMethod method,
String url)
public void report()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2018–2023. All rights reserved.