Package | Description |
---|---|
org.terracotta.statistics.archive |
Modifier and Type | Class and Description |
---|---|
class |
DevNull |
class |
StatisticArchive<T> |
Modifier and Type | Field and Description |
---|---|
static SampleSink<Object> |
DevNull.DEV_NULL |
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 © 2016. All rights reserved.