Uses of Interface
org.terracotta.statistics.OperationStatistic

Packages that use OperationStatistic
org.terracotta.statistics   
org.terracotta.statistics.extended   
 

Uses of OperationStatistic in org.terracotta.statistics
 

Classes in org.terracotta.statistics that implement OperationStatistic
 class AbstractOperationStatistic<T extends Enum<T>>
           
 

Methods in org.terracotta.statistics that return OperationStatistic
static
<T extends Enum<T>>
OperationStatistic<T>
StatisticsManager.getOperationStatisticFor(OperationObserver<T> observer)
           
 

Uses of OperationStatistic in org.terracotta.statistics.extended
 

Constructors in org.terracotta.statistics.extended with parameters of type OperationStatistic
CompoundOperationImpl(OperationStatistic<T> source, Class<T> type, long averagePeriod, TimeUnit averageTimeUnit, ScheduledExecutorService executor, int historySize, long historyPeriod, TimeUnit historyTimeUnit)
          Instantiates a new compound operation impl.
RateImpl(OperationStatistic<T> source, Set<T> targets, long averagePeriod, TimeUnit averageTimeUnit, ScheduledExecutorService executor, int historySize, long historyPeriod, TimeUnit historyTimeUnit)
          Instantiates a new rate statistic.
 



Copyright © 2015. All Rights Reserved.