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 java.util.List<Sample<T>>SampledStatistic. history()The history of valuesjava.util.List<Sample<T>>SampledStatistic. history(long since)The history of values, since a given time in msjava.util.List<Sample<T>>SampledStatisticAdapter. history()java.util.List<Sample<T>>SampledStatisticAdapter. history(long since) -
Uses of Sample in org.terracotta.statistics.archive
Fields in org.terracotta.statistics.archive with type parameters of type Sample Modifier and Type Field Description private CircularBuffer<Sample<T>>StatisticArchive. bufferprivate java.util.function.Consumer<? super Sample<T>>StatisticArchive. overspillprivate java.util.function.Consumer<Sample<T>>StatisticSampler.SamplingTask. sinkprivate static java.util.Comparator<Sample<?>>StatisticArchive. TIMESTAMPED_COMPARATORMethods in org.terracotta.statistics.archive that return types with arguments of type Sample Modifier and Type Method Description java.util.List<Sample<T>>StatisticArchive. getArchive()java.util.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 SamplingTask(ValueStatistic<T> statistic, java.util.function.Consumer<Sample<T>> sink, java.util.function.LongSupplier timeSupplier)StatisticArchive(int size, java.util.function.Consumer<? super Sample<T>> overspill)StatisticSampler(long time, java.util.concurrent.TimeUnit unit, ValueStatistic<T> statistic, java.util.function.Consumer<Sample<T>> sink, java.util.function.LongSupplier timeSupplier)StatisticSampler(java.util.concurrent.ScheduledExecutorService executor, long time, java.util.concurrent.TimeUnit unit, ValueStatistic<T> statistic, java.util.function.Consumer<Sample<T>> sink, java.util.function.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 java.util.List<Sample<java.lang.Long>>MaximumLatencyHistory. history()java.util.List<Sample<java.lang.Long>>MaximumLatencyHistory. history(long sinceMillis) -
Uses of Sample in org.terracotta.statistics.registry
Fields in org.terracotta.statistics.registry with type parameters of type Sample Modifier and Type Field Description private java.util.List<Sample<T>>Statistic. samplesMethods in org.terracotta.statistics.registry that return types with arguments of type Sample Modifier and Type Method Description java.util.Optional<Sample<T>>Statistic. getLatestSample()java.util.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, java.util.List<Sample<T>> samples)
-