| Package | Description |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.archive | |
| org.terracotta.statistics.derived |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantValueStatistic<T extends Number> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
ConstantValueStatistic.instance(T value) |
ValueStatistic<Long> |
OperationStatistic.statistic(Set<T> results) |
ValueStatistic<Long> |
AbstractOperationStatistic.statistic(Set<T> results) |
ValueStatistic<Long> |
OperationStatistic.statistic(T result)
Return a
ValueStatistic<Long> returning the count for the given result. |
ValueStatistic<Long> |
AbstractOperationStatistic.statistic(T result)
Return a
ValueStatistic<Long> returning the count for the given result. |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventRateSimpleMovingAverage |
| Modifier and Type | Method and Description |
|---|---|
ValueStatistic<Double> |
EventParameterSimpleMovingAverage.averageStatistic() |
ValueStatistic<Long> |
EventParameterSimpleMovingAverage.maximumStatistic() |
ValueStatistic<Long> |
MinMaxAverage.maxStatistic() |
ValueStatistic<Double> |
MinMaxAverage.meanStatistic() |
ValueStatistic<Long> |
EventParameterSimpleMovingAverage.minimumStatistic() |
ValueStatistic<Long> |
MinMaxAverage.minStatistic() |
Copyright © 2019 Terracotta, Inc.. All rights reserved.