Package | Description |
---|---|
org.terracotta.statistics.archive | |
org.terracotta.statistics.extended |
Modifier and Type | Method and Description |
---|---|
List<Timestamped<T>> |
StatisticArchive.getArchive() |
Modifier and Type | Method and Description |
---|---|
void |
StatisticArchive.accept(Timestamped<T> object) |
Constructor and Description |
---|
StatisticArchive(int size,
SampleSink<? super Timestamped<T>> overspill) |
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 | Method and Description |
---|---|
List<Timestamped<Double>> |
RateImpl.history() |
List<Timestamped<T>> |
SemiExpiringSampledStatistic.history() |
List<Timestamped<T>> |
SampledStatistic.history()
History.
|
Copyright © 2017. All rights reserved.