Uses of Interface
org.terracotta.counter.Statistic

Packages that use Statistic
org.terracotta.counter   
 

Uses of Statistic in org.terracotta.counter
 

Subinterfaces of Statistic in org.terracotta.counter
 interface Counter
          A simple long based counter.
 interface RateCounter
          A simple long based rate counter.
 

Classes in org.terracotta.counter that implement Statistic
 class BoundedCounter
          A bounded counter implementation that prevents it's value from exceeded a pre-defined set of bounds.
 class RateCounterImpl
          A simple atomic rate counter implementation.
 class SimpleCounterImpl
          A simple non-clusterable atomic counter implementation.
 

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



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