Uses of Interface
org.glassfish.external.statistics.BoundaryStatistic
-
Packages that use BoundaryStatistic Package Description org.glassfish.external.statistics org.glassfish.external.statistics.impl -
-
Uses of BoundaryStatistic in org.glassfish.external.statistics
Subinterfaces of BoundaryStatistic in org.glassfish.external.statistics Modifier and Type Interface Description 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 BoundaryStatistic in org.glassfish.external.statistics.impl
Classes in org.glassfish.external.statistics.impl that implement BoundaryStatistic Modifier and Type Class Description class
BoundaryStatisticImpl
class
BoundedRangeStatisticImpl
Fields in org.glassfish.external.statistics.impl declared as BoundaryStatistic Modifier and Type Field Description private BoundaryStatistic
BoundaryStatisticImpl. bs
Methods in org.glassfish.external.statistics.impl that return BoundaryStatistic Modifier and Type Method Description BoundaryStatistic
BoundaryStatisticImpl. getStatistic()
-