public class MercuryReporter extends BasicReporter
| Modifier and Type | Class and Description |
|---|---|
static interface |
MercuryReporter.MercuryStatistics |
static class |
MercuryReporter.MercuryThroughput |
static class |
MercuryReporter.MercuryThroughputAndLatency |
overall| Constructor and Description |
|---|
MercuryReporter(Class<? extends MercuryReporter.MercuryStatistics> clazz,
PrintStream out,
int batchSize,
boolean printHeader) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgLatency() |
double |
getMaxLatency() |
double |
getMinLatency() |
double |
getRate() |
int |
getSampleSize() |
double |
getStdDev() |
public MercuryReporter(Class<? extends MercuryReporter.MercuryStatistics> clazz, PrintStream out, int batchSize, boolean printHeader) throws Exception
ExceptionCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.