Uses of Class
org.terracotta.statistics.Sample
Packages that use Sample
Package
Description
-
Uses of Sample in org.terracotta.statistics
Methods in org.terracotta.statistics that return types with arguments of type Sample -
Uses of Sample in org.terracotta.statistics.archive
Fields in org.terracotta.statistics.archive with type parameters of type SampleModifier and TypeFieldDescriptionprivate CircularBuffer<Sample<T>>StatisticArchive.bufferStatisticArchive.overspillStatisticSampler.SamplingTask.sinkprivate static final Comparator<Sample<?>>StatisticArchive.TIMESTAMPED_COMPARATORMethods in org.terracotta.statistics.archive that return types with arguments of type SampleModifier and TypeMethodDescriptionStatisticArchive.getArchive()StatisticArchive.getArchive(long since) Methods in org.terracotta.statistics.archive with parameters of type SampleConstructor parameters in org.terracotta.statistics.archive with type arguments of type SampleModifierConstructorDescription(package private)SamplingTask(ValueStatistic<T> statistic, Consumer<Sample<T>> sink, LongSupplier timeSupplier) StatisticArchive(int size, Consumer<? super Sample<T>> overspill) StatisticSampler(long time, TimeUnit unit, ValueStatistic<T> statistic, Consumer<Sample<T>> sink, LongSupplier timeSupplier) StatisticSampler(ScheduledExecutorService executor, long time, TimeUnit unit, ValueStatistic<T> statistic, Consumer<Sample<T>> sink, LongSupplier timeSupplier) -
Uses of Sample in org.terracotta.statistics.derived.latency
Methods in org.terracotta.statistics.derived.latency that return types with arguments of type Sample -
Uses of Sample in org.terracotta.statistics.registry
Fields in org.terracotta.statistics.registry with type parameters of type SampleMethods in org.terracotta.statistics.registry that return types with arguments of type SampleConstructors in org.terracotta.statistics.registry with parameters of type SampleConstructor parameters in org.terracotta.statistics.registry with type arguments of type Sample