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

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

Uses of NumberUnit in org.terracotta.management.stats
 

Methods in org.terracotta.management.stats that return NumberUnit
static NumberUnit NumberUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NumberUnit[] NumberUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in org.terracotta.management.stats.history with parameters of type NumberUnit
CounterHistory(List<Sample<Long>> samples, NumberUnit unit)
           
CounterHistory(NumberUnit unit, Sample<Long>... values)
           
RatioHistory(List<Sample<Double>> samples, NumberUnit unit)
           
RatioHistory(NumberUnit unit, Sample<Double>... values)
           
 

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

Constructors in org.terracotta.management.stats.primitive with parameters of type NumberUnit
Counter(Long value, NumberUnit unit)
           
Ratio(Double value, NumberUnit unit)
           
 



Copyright © 2016. All Rights Reserved.