| Package | Description |
|---|---|
| org.terracotta.statistics.archive |
| 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) |
Copyright © 2019 Terracotta, Inc.. All rights reserved.