public class HardLatencyEvaluator extends LatencyEvaluator
| Constructor and Description |
|---|
HardLatencyEvaluator(double maxValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMean()
Get the mean latency as last recorded
|
void |
record(org.HdrHistogram.Histogram histogram)
Record the condition
|
eval, getMaxValue, setEvalFailedpublic HardLatencyEvaluator(double maxValue)
maxValue - latency thresholdpublic void record(org.HdrHistogram.Histogram histogram)
Evaluatorhistogram - data containing the condition to be evaluatedpublic double getMean()
LatencyEvaluatorgetMean in class LatencyEvaluatorThis documentation was released into the public domain.