Package | Description |
---|---|
org.terracotta.statistics | |
org.terracotta.statistics.archive | |
org.terracotta.statistics.derived | |
org.terracotta.statistics.extended |
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 returning the count for the given result.
|
ValueStatistic<Long> |
AbstractOperationStatistic.statistic(T result)
Return a 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() |
Constructor and Description |
---|
SemiExpiringSampledStatistic(ValueStatistic<T> source,
ScheduledExecutorService executor,
int historySize,
long historyTime,
TimeUnit historyTimeUnit)
Creates a new semi-expiring statistic.
|
Copyright © 2018. All rights reserved.