Uses of Class
org.terracotta.statistics.Sample
-
Packages that use Sample Package Description org.terracotta.statistics org.terracotta.statistics.archive org.terracotta.statistics.derived.latency org.terracotta.statistics.registry -
-
Uses of Sample in org.terracotta.statistics
Methods in org.terracotta.statistics that return types with arguments of type Sample Modifier and Type Method Description List<Sample<T>>SampledStatistic. history()The history of valuesList<Sample<T>>SampledStatistic. history(long since)The history of values, since a given time in msList<Sample<T>>SampledStatisticAdapter. history()List<Sample<T>>SampledStatisticAdapter. history(long since) -
Uses of Sample in org.terracotta.statistics.archive
Methods in org.terracotta.statistics.archive that return types with arguments of type Sample Modifier and Type Method Description List<Sample<T>>StatisticArchive. getArchive()List<Sample<T>>StatisticArchive. getArchive(long since)Methods in org.terracotta.statistics.archive with parameters of type Sample Modifier and Type Method Description voidStatisticArchive. add(Sample<T> object)Constructor parameters in org.terracotta.statistics.archive with type arguments of type Sample Constructor Description 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 Modifier and Type Method Description List<Sample<Long>>MaximumLatencyHistory. history()List<Sample<Long>>MaximumLatencyHistory. history(long sinceMillis) -
Uses of Sample in org.terracotta.statistics.registry
Methods in org.terracotta.statistics.registry that return types with arguments of type Sample Modifier and Type Method Description Optional<Sample<T>>Statistic. getLatestSample()List<Sample<T>>Statistic. getSamples()Constructors in org.terracotta.statistics.registry with parameters of type Sample Constructor Description Statistic(StatisticType type, Sample<T> sample)Constructor parameters in org.terracotta.statistics.registry with type arguments of type Sample Constructor Description Statistic(StatisticType type, List<Sample<T>> samples)
-