Uses of Interface
org.terracotta.statistics.extended.SampledStatistic

Packages that use SampledStatistic
org.terracotta.statistics.extended   
 

Uses of SampledStatistic in org.terracotta.statistics.extended
 

Classes in org.terracotta.statistics.extended that implement SampledStatistic
 class ExpiringSampledStatistic<T extends Number>
          Statistic that stops sampling history when the last access is after a user supplied timestamp.
 class RateImpl<T extends Enum<T>>
          The Class RateStatistic.
 class SemiExpiringSampledStatistic<T extends Number>
          Statistic implementation that stops sampling history if the last history access is before a user supplied timestamp.
 

Methods in org.terracotta.statistics.extended that return SampledStatistic
 SampledStatistic<Double> Latency.average()
          Average observed latency.
 SampledStatistic<Long> Result.count()
          Count.
 SampledStatistic<Long> Latency.maximum()
          Maximum latency observed.
 SampledStatistic<Long> Latency.minimum()
          Minimum latency observed.
 SampledStatistic<Double> Result.rate()
          Rate.
 SampledStatistic<Double> CompoundOperationImpl.ratioOf(Set<T> numerator, Set<T> denominator)
           
 SampledStatistic<Double> CompoundOperation.ratioOf(Set<T> numerator, Set<T> denomiator)
          Ratio of.
 SampledStatistic<Double> NullCompoundOperation.ratioOf(Set<T> numerator, Set<T> denomiator)
          Ratio of.
 



Copyright © 2016. All Rights Reserved.