|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueStatistic | |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.archive | |
| org.terracotta.statistics.derived | |
| org.terracotta.statistics.extended | |
| Uses of ValueStatistic in org.terracotta.statistics |
|---|
| Classes in org.terracotta.statistics that implement ValueStatistic | |
|---|---|
class |
ConstantValueStatistic<T extends Number>
|
| Methods in org.terracotta.statistics that return ValueStatistic | ||
|---|---|---|
static
|
ConstantValueStatistic.instance(T value)
|
|
ValueStatistic<Long> |
AbstractOperationStatistic.statistic(Set<T> results)
|
|
ValueStatistic<Long> |
OperationStatistic.statistic(Set<T> results)
|
|
ValueStatistic<Long> |
AbstractOperationStatistic.statistic(T result)
Return a returning the count for the given result. |
|
ValueStatistic<Long> |
OperationStatistic.statistic(T result)
Return a returning the count for the given result. |
|
| Uses of ValueStatistic in org.terracotta.statistics.archive |
|---|
| Constructors in org.terracotta.statistics.archive with parameters of type ValueStatistic | |
|---|---|
StatisticSampler(long time,
TimeUnit unit,
ValueStatistic<T> statistic,
SampleSink<? super Timestamped<T>> sink)
|
|
StatisticSampler(ScheduledExecutorService executor,
long time,
TimeUnit unit,
ValueStatistic<T> statistic,
SampleSink<? super Timestamped<T>> sink)
|
|
| Uses of ValueStatistic in org.terracotta.statistics.derived |
|---|
| Classes in org.terracotta.statistics.derived that implement ValueStatistic | |
|---|---|
class |
EventRateSimpleMovingAverage
|
| Methods in org.terracotta.statistics.derived that return ValueStatistic | |
|---|---|
ValueStatistic<Double> |
EventParameterSimpleMovingAverage.averageStatistic()
|
ValueStatistic<Long> |
EventParameterSimpleMovingAverage.maximumStatistic()
|
ValueStatistic<Long> |
MinMaxAverage.maxStatistic()
|
ValueStatistic<Double> |
MinMaxAverage.meanStatistic()
|
ValueStatistic<Long> |
EventParameterSimpleMovingAverage.minimumStatistic()
|
ValueStatistic<Long> |
MinMaxAverage.minStatistic()
|
| Uses of ValueStatistic in org.terracotta.statistics.extended |
|---|
| Constructors in org.terracotta.statistics.extended with parameters of type ValueStatistic | |
|---|---|
ExpiringSampledStatistic(ValueStatistic<T> source,
ScheduledExecutorService executor,
int historySize,
long historyPeriod,
TimeUnit historyTimeUnit)
Creates an expiring statistic. |
|
SemiExpiringSampledStatistic(ValueStatistic<T> source,
ScheduledExecutorService executor,
int historySize,
long historyTime,
TimeUnit historyTimeUnit)
Creates a new semi-expiring statistic. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||