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 interface
AverageRangeStatistic
An interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.interface
BoundedRangeStatistic
The 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 class
AverageRangeStatisticImpl
An implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.class
BoundedRangeStatisticImpl
class
RangeStatisticImpl
Fields in org.glassfish.external.statistics.impl declared as RangeStatistic Modifier and Type Field Description private RangeStatistic
RangeStatisticImpl. rs
Methods in org.glassfish.external.statistics.impl that return RangeStatistic Modifier and Type Method Description RangeStatistic
RangeStatisticImpl. getStatistic()
-