Uses of Interface
org.terracotta.statistics.ValueStatistic

Packages that use ValueStatistic
org.terracotta.statistics   
org.terracotta.statistics.archive   
org.terracotta.statistics.derived   
org.terracotta.statistics.extended   
 

Uses of ValueStatistic in org.terracotta.statistics
 

Classes in org.terracotta.statistics that implement ValueStatistic
 class ConstantValueStatistic<T extends Number>
           
 

Methods in org.terracotta.statistics that return ValueStatistic
static
<T extends Number>
ValueStatistic<T>
ConstantValueStatistic.instance(T value)
           
 ValueStatistic<Long> AbstractOperationStatistic.statistic(Set<T> results)
           
 ValueStatistic<Long> OperationStatistic.statistic(Set<T> results)
           
 ValueStatistic<Long> AbstractOperationStatistic.statistic(T result)
          Return a returning the count for the given result.
 ValueStatistic<Long> OperationStatistic.statistic(T result)
          Return a returning the count for the given result.
 

Uses of ValueStatistic in org.terracotta.statistics.archive
 

Constructors in org.terracotta.statistics.archive with parameters of type ValueStatistic
StatisticSampler(long time, TimeUnit unit, ValueStatistic<T> statistic, SampleSink<? super Timestamped<T>> sink)
           
StatisticSampler(ScheduledExecutorService executor, long time, TimeUnit unit, ValueStatistic<T> statistic, SampleSink<? super Timestamped<T>> sink)
           
 

Uses of ValueStatistic in org.terracotta.statistics.derived
 

Classes in org.terracotta.statistics.derived that implement ValueStatistic
 class EventRateSimpleMovingAverage
           
 

Methods in org.terracotta.statistics.derived that return ValueStatistic
 ValueStatistic<Double> EventParameterSimpleMovingAverage.averageStatistic()
           
 ValueStatistic<Long> EventParameterSimpleMovingAverage.maximumStatistic()
           
 ValueStatistic<Long> MinMaxAverage.maxStatistic()
           
 ValueStatistic<Double> MinMaxAverage.meanStatistic()
           
 ValueStatistic<Long> EventParameterSimpleMovingAverage.minimumStatistic()
           
 ValueStatistic<Long> MinMaxAverage.minStatistic()
           
 

Uses of ValueStatistic in org.terracotta.statistics.extended
 

Constructors in org.terracotta.statistics.extended with parameters of type ValueStatistic
SemiExpiringSampledStatistic(ValueStatistic<T> source, ScheduledExecutorService executor, int historySize, long historyTime, TimeUnit historyTimeUnit)
          Creates a new semi-expiring statistic.
 



Copyright © 2015. All Rights Reserved.