Uses of Class
org.inspektr.statistics.annotation.Statistic.Precision

Packages that use Statistic.Precision
org.inspektr.statistics   
org.inspektr.statistics.annotation   
org.inspektr.statistics.support   
 

Uses of Statistic.Precision in org.inspektr.statistics
 

Methods in org.inspektr.statistics that return Statistic.Precision
 Statistic.Precision[] StatisticActionContext.getRequiredPrecision()
           
 

Constructors in org.inspektr.statistics with parameters of type Statistic.Precision
StatisticActionContext(Date when, String what, Statistic.Precision[] requiredPrecision, String serverIpAddress, String applicationCode)
           
 

Uses of Statistic.Precision in org.inspektr.statistics.annotation
 

Methods in org.inspektr.statistics.annotation that return Statistic.Precision
static Statistic.Precision Statistic.Precision.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Statistic.Precision[] Statistic.Precision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Statistic.Precision in org.inspektr.statistics.support
 

Methods in org.inspektr.statistics.support that return Statistic.Precision
 Statistic.Precision InMemoryStatisticManager.StatisticValue.getPrecision()
           
 

Methods in org.inspektr.statistics.support with parameters of type Statistic.Precision
 boolean InMemoryStatisticManager.StatisticValue.matches(Date date, Statistic.Precision precision, String name)
           
 

Constructors in org.inspektr.statistics.support with parameters of type Statistic.Precision
InMemoryStatisticManager.StatisticValue(Statistic.Precision precision, Date date, String name)
           
 



Copyright © 2007-2012. All Rights Reserved.