|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampledStatistic | |
|---|---|
| org.terracotta.statistics.extended | |
| Uses of SampledStatistic in org.terracotta.statistics.extended |
|---|
| Classes in org.terracotta.statistics.extended that implement SampledStatistic | |
|---|---|
class |
RateImpl<T extends Enum<T>>
The Class RateStatistic. |
class |
SemiExpiringSampledStatistic<T extends Number>
Statistic implementation that stops sampling history if the last history access is before a user supplied timestamp. |
| Methods in org.terracotta.statistics.extended that return SampledStatistic | |
|---|---|
SampledStatistic<Double> |
Latency.average()
Average observed latency. |
SampledStatistic<Long> |
Result.count()
Count. |
SampledStatistic<Long> |
Latency.maximum()
Maximum latency observed. |
SampledStatistic<Long> |
Latency.minimum()
Minimum latency observed. |
SampledStatistic<Double> |
Result.rate()
Rate. |
SampledStatistic<Double> |
CompoundOperationImpl.ratioOf(Set<T> numerator,
Set<T> denominator)
|
SampledStatistic<Double> |
CompoundOperation.ratioOf(Set<T> numerator,
Set<T> denomiator)
Ratio of. |
SampledStatistic<Double> |
NullCompoundOperation.ratioOf(Set<T> numerator,
Set<T> denomiator)
Ratio of. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||