Class StatisticSampler.SamplingTask<T extends Serializable>
java.lang.Object
org.terracotta.statistics.archive.StatisticSampler.SamplingTask<T>
- All Implemented Interfaces:
Runnable
- Enclosing class:
- StatisticSampler<T extends Serializable>
static class StatisticSampler.SamplingTask<T extends Serializable>
extends Object
implements Runnable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSamplingTask(ValueStatistic<T> statistic, Consumer<Sample<T>> sink, LongSupplier timeSupplier) -
Method Summary
-
Field Details
-
statistic
-
sink
-
timeSupplier
-
-
Constructor Details
-
SamplingTask
SamplingTask(ValueStatistic<T> statistic, Consumer<Sample<T>> sink, LongSupplier timeSupplier)
-
-
Method Details