Uses of Interface
org.glassfish.external.statistics.Statistic
-
Packages that use Statistic Package Description org.glassfish.external.statistics org.glassfish.external.statistics.impl -
-
Uses of Statistic in org.glassfish.external.statistics
Subinterfaces of Statistic in org.glassfish.external.statistics Modifier and Type Interface Description interfaceAverageRangeStatisticAn interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interfaceBoundaryStatisticSpecifies standard measurements of the upper and lower limits of the value of an attribute.interfaceBoundedRangeStatisticThe BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.interfaceCountStatisticSpecifies standard count measurements.interfaceRangeStatisticSpecifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interfaceStringStatisticCustom statistic type created for the Sun ONE Application Server.interfaceTimeStatisticSpecifies standard timing measurements.Methods in org.glassfish.external.statistics that return Statistic Modifier and Type Method Description StatisticStats. getStatistic(String statisticName)Get a Statistic by name.Statistic[]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 Statistic Modifier and Type Class Description classAverageRangeStatisticImplAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classBoundaryStatisticImplclassBoundedRangeStatisticImplclassCountStatisticImplclassRangeStatisticImplclassStatisticImplclassStringStatisticImplclassTimeStatisticImplMethods in org.glassfish.external.statistics.impl that return Statistic Modifier and Type Method Description StatisticStatsImpl. getStatistic(String statisticName)Statistic[]StatsImpl. getStatistics()
-