Uses of Interface
org.glassfish.external.statistics.Statistic
Packages that use Statistic
-
Uses of Statistic in org.glassfish.external.statistics
Subinterfaces of Statistic in org.glassfish.external.statisticsModifier and TypeInterfaceDescriptioninterface
An interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interface
Specifies standard measurements of the upper and lower limits of the value of an attribute.interface
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.interface
Specifies standard count measurements.interface
Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interface
Custom statistic type created for the Sun ONE Application Server.interface
Specifies standard timing measurements.Methods in org.glassfish.external.statistics that return StatisticModifier and TypeMethodDescriptionStats.getStatistic
(String statisticName) Get a Statistic by name.Stats.getStatistics()
Returns an array containing all of the Statistic objects supported by this Stats object. -
Uses of Statistic in org.glassfish.external.statistics.impl
Classes in org.glassfish.external.statistics.impl that implement StatisticModifier and TypeClassDescriptionfinal class
An implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.final class
final class
final class
final class
class
final class
final class
Methods in org.glassfish.external.statistics.impl that return StatisticModifier and TypeMethodDescriptionStatsImpl.getStatistic
(String statisticName) StatsImpl.getStatistics()