Uses of Class
org.terracotta.management.stats.Sample

Packages that use Sample
org.terracotta.management.stats   
org.terracotta.management.stats.history   
 

Uses of Sample in org.terracotta.management.stats
 

Methods in org.terracotta.management.stats that return Sample
 Sample<V>[] AbstractStatisticHistory.getValue()
           
 

Constructors in org.terracotta.management.stats with parameters of type Sample
AbstractStatisticHistory(U unit, Sample<V>... values)
           
 

Constructor parameters in org.terracotta.management.stats with type arguments of type Sample
AbstractStatisticHistory(List<Sample<V>> values, U unit)
           
 

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

Constructors in org.terracotta.management.stats.history with parameters of type Sample
AverageHistory(TimeUnit unit, Sample<Double>... values)
           
CounterHistory(NumberUnit unit, Sample<Long>... values)
           
DurationHistory(TimeUnit unit, Sample<Long>... values)
           
RateHistory(TimeUnit unit, Sample<Double>... values)
           
RatioHistory(NumberUnit unit, Sample<Double>... values)
           
SizeHistory(MemoryUnit unit, Sample<Long>... values)
           
 

Constructor parameters in org.terracotta.management.stats.history with type arguments of type Sample
AverageHistory(List<Sample<Double>> samples, TimeUnit timeUnit)
           
CounterHistory(List<Sample<Long>> samples, NumberUnit unit)
           
DurationHistory(List<Sample<Long>> samples, TimeUnit timeUnit)
           
RateHistory(List<Sample<Double>> samples, TimeUnit timeUnit)
           
RatioHistory(List<Sample<Double>> samples, NumberUnit unit)
           
SizeHistory(List<Sample<Long>> samples, MemoryUnit memoryUnit)
           
 



Copyright © 2016. All Rights Reserved.