Uses of Interface
org.terracotta.statistics.archive.Timestamped

Packages that use Timestamped
org.terracotta.statistics.archive   
org.terracotta.statistics.extended   
 

Uses of Timestamped in org.terracotta.statistics.archive
 

Methods in org.terracotta.statistics.archive that return types with arguments of type Timestamped
 List<Timestamped<T>> StatisticArchive.getArchive()
           
 

Methods in org.terracotta.statistics.archive with parameters of type Timestamped
 void StatisticArchive.accept(Timestamped<T> object)
           
 

Constructor parameters in org.terracotta.statistics.archive with type arguments of type Timestamped
StatisticArchive(int size, SampleSink<? super Timestamped<T>> overspill)
           
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 Timestamped in org.terracotta.statistics.extended
 

Methods in org.terracotta.statistics.extended that return types with arguments of type Timestamped
 List<Timestamped<T>> SemiExpiringSampledStatistic.history()
           
 List<Timestamped<Double>> RateImpl.history()
           
 List<Timestamped<T>> SampledStatistic.history()
          History.
 



Copyright © 2015. All Rights Reserved.