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

Packages that use SamplingSupport
org.terracotta.context.extended   
org.terracotta.statistics.extended   
 

Uses of SamplingSupport in org.terracotta.context.extended
 

Methods in org.terracotta.context.extended that return SamplingSupport
 SamplingSupport RegisteredCompoundOperationStatistic.getSupport()
           
 SamplingSupport RegisteredValueStatistic.getSupport()
           
abstract  SamplingSupport RegisteredStatistic.getSupport()
           
 

Uses of SamplingSupport in org.terracotta.statistics.extended
 

Subinterfaces of SamplingSupport in org.terracotta.statistics.extended
 interface CompoundOperation<T extends Enum<T>>
          The Interface Operation.
 

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



Copyright © 2016. All Rights Reserved.