public static class MercuryReporter.MercuryThroughputAndLatency extends Statistics.ThroughputAndLatency implements MercuryReporter.MercuryStatistics
Statistics.Throughput, Statistics.ThroughputAndLatency| Constructor and Description |
|---|
MercuryThroughputAndLatency() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
double |
getAvgLatency() |
long |
getMaxLatency() |
long |
getMinLatency() |
double |
getRate() |
int |
getSampleSize() |
double |
getStdDev() |
void |
report(PrintStream out) |
header, messageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitheader, messagepublic void report(PrintStream out)
report in interface Statisticsreport in class Statistics.ThroughputAndLatencypublic void clear()
clear in interface Statisticsclear in class Statistics.ThroughputAndLatencypublic double getRate()
getRate in interface MercuryReporter.MercuryStatisticspublic long getMinLatency()
getMinLatency in interface MercuryReporter.MercuryStatisticspublic long getMaxLatency()
getMaxLatency in interface MercuryReporter.MercuryStatisticspublic double getAvgLatency()
getAvgLatency in interface MercuryReporter.MercuryStatisticspublic double getStdDev()
getStdDev in interface MercuryReporter.MercuryStatisticspublic int getSampleSize()
getSampleSize in interface MercuryReporter.MercuryStatisticsCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.