public abstract class LatencyEvaluator extends Object implements Evaluator<org.HdrHistogram.Histogram>
| Modifier | Constructor and Description |
|---|---|
protected |
LatencyEvaluator(double maxValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval()
Evaluates whether the condition is met or not
|
double |
getMaxValue()
Gets the maximum allowed value
|
abstract double |
getMean()
Get the mean latency as last recorded
|
protected void |
setEvalFailed()
Mark the evaluation as failed
|
protected LatencyEvaluator(double maxValue)
maxValue - maximum value allowedpublic boolean eval()
Evaluatorpublic double getMaxValue()
public abstract double getMean()
protected void setEvalFailed()
This documentation was released into the public domain.