Package | Description |
---|---|
org.terracotta.statistics.extended |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
NullCompoundOperation.ratioOf(Set<T> numerator,
Set<T> denomiator)
Ratio of.
|
SampledStatistic<Double> |
CompoundOperation.ratioOf(Set<T> numerator,
Set<T> denomiator)
Ratio of.
|
SampledStatistic<Double> |
CompoundOperationImpl.ratioOf(Set<T> numerator,
Set<T> denominator) |
Copyright © 2018. All rights reserved.