Uses of Interface
org.glassfish.external.statistics.RangeStatistic
-
Packages that use RangeStatistic Package Description org.glassfish.external.statistics org.glassfish.external.statistics.impl -
-
Uses of RangeStatistic in org.glassfish.external.statistics
Subinterfaces of RangeStatistic 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.interfaceBoundedRangeStatisticThe BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits. -
Uses of RangeStatistic in org.glassfish.external.statistics.impl
Classes in org.glassfish.external.statistics.impl that implement RangeStatistic Modifier and Type Class Description classAverageRangeStatisticImplAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classBoundedRangeStatisticImplclassRangeStatisticImplMethods in org.glassfish.external.statistics.impl that return RangeStatistic Modifier and Type Method Description RangeStatisticRangeStatisticImpl. getStatistic()
-