|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampleSink | |
|---|---|
| org.terracotta.statistics.archive | |
| Uses of SampleSink in org.terracotta.statistics.archive |
|---|
| Classes in org.terracotta.statistics.archive that implement SampleSink | |
|---|---|
class |
DevNull
|
class |
StatisticArchive<T>
|
| Fields in org.terracotta.statistics.archive declared as SampleSink | |
|---|---|
static SampleSink<Object> |
DevNull.DEV_NULL
|
| Constructors in org.terracotta.statistics.archive with parameters of type SampleSink | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||