Uses of Interface
org.terracotta.management.stats.Statistic

Packages that use Statistic
org.terracotta.management.stats   
org.terracotta.management.stats.history   
org.terracotta.management.stats.primitive   
 

Uses of Statistic in org.terracotta.management.stats
 

Subinterfaces of Statistic in org.terracotta.management.stats
 interface StatisticHistory<V,U>
           
 

Classes in org.terracotta.management.stats that implement Statistic
 class AbstractStatistic<V,U>
           
 class AbstractStatisticHistory<V,U>
           
 

Methods in org.terracotta.management.stats with type parameters of type Statistic
<T extends Statistic<?,?>>
T
ContextualStatistics.getStatistic(Class<T> type)
          Returns the only possible statistic for a specific type
<T extends Statistic<?,?>>
T
ContextualStatistics.getStatistic(Class<T> type, String name)
          Returns the only possible statistic for a specific type and name
<T extends Statistic<?,?>>
Map<String,T>
ContextualStatistics.getStatistics(Class<T> type)
           
 

Methods in org.terracotta.management.stats that return types with arguments of type Statistic
 Class<? extends Statistic<?,?>> StatisticType.getClazz()
           
 Map<String,Statistic<?,?>> ContextualStatistics.getStatistics()
           
 List<Statistic<?,?>> Category.getStatistics()
           
 Iterator<Statistic<?,?>> ContextualStatistics.iterator()
           
 

Method parameters in org.terracotta.management.stats with type arguments of type Statistic
static StatisticType StatisticType.fromClass(Class<? extends Statistic<?,?>> clazz)
           
 

Constructor parameters in org.terracotta.management.stats with type arguments of type Statistic
Category(String name, List<Statistic<?,?>> statistics)
           
ContextualStatistics(String capability, Context context, Map<String,Statistic<?,?>> statistics)
           
 

Uses of Statistic in org.terracotta.management.stats.history
 

Classes in org.terracotta.management.stats.history that implement Statistic
 class AverageHistory
           
 class CounterHistory
           
 class DurationHistory
           
 class RateHistory
           
 class RatioHistory
           
 class SizeHistory
           
 

Uses of Statistic in org.terracotta.management.stats.primitive
 

Classes in org.terracotta.management.stats.primitive that implement Statistic
 class Average
           
 class Counter
           
 class Duration
           
 class Rate
           
 class Ratio
           
 class Size
           
 



Copyright © 2016. All Rights Reserved.