public interface ApdexStats extends StatsBase
| Modifier and Type | Method and Description |
|---|---|
int |
getApdexFrustrating()
For testing
|
int |
getApdexSatisfying()
For testing
|
int |
getApdexTolerating()
For testing
|
void |
recordApdexFrustrated() |
void |
recordApdexResponseTime(long responseTimeMillis,
long apdexIInMillis)
Apdex metrics are special case values where we overload some fields inside the stats to store transaction counts
by buckets
|
void recordApdexFrustrated()
void recordApdexResponseTime(long responseTimeMillis,
long apdexIInMillis)
int getApdexSatisfying()
int getApdexTolerating()
int getApdexFrustrating()