Uses of Interface
org.terracotta.counter.SampledStatistic

Packages that use SampledStatistic
org.terracotta.counter   
 

Uses of SampledStatistic in org.terracotta.counter
 

Methods in org.terracotta.counter that return SampledStatistic
 SampledStatistic SampledStatisticManager.createSampler(Statistic statistic, int period, int samples, boolean resetOnSample)
          Creates a sampled statistic sampling the supplied Statistic object.
 

Methods in org.terracotta.counter with parameters of type SampledStatistic
 void SampledStatisticManager.destroySampler(SampledStatistic statistic)
          Destroys a previously created sampled statistic.
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.