Uses of Interface
com.sun.enterprise.admin.monitor.stats.AverageRangeStatistic
-
Packages that use AverageRangeStatistic Package Description com.sun.enterprise.admin.monitor.stats Provides for implementations of various Stats interfaces. These Stats interfaces are based on those defined by JSR 77. -
-
Uses of AverageRangeStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement AverageRangeStatistic Modifier and Type Class Description classAverageRangeStatisticImplclassMutableAverageRangeStatisticImplAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.Methods in com.sun.enterprise.admin.monitor.stats that return AverageRangeStatistic Modifier and Type Method Description AverageRangeStatisticStatefulSessionStoreStats. getActivatedBeanSize()Returns the total number of bytes activated by this storeAverageRangeStatisticStatefulSessionStoreStats. getActivationTime()Returns the time spent on activating beans from the storeAverageRangeStatisticHAStatefulSessionStoreStats. getCheckpointedBeanSize()Returns the total number of bytes checkpointed by the storeAverageRangeStatisticHAStatefulSessionStoreStats. getCheckpointTime()Returns the time spent on checkpointing beans to the storeAverageRangeStatisticStatefulSessionStoreStats. getPassivatedBeanSize()Returns the total number of bytes passivated by this storeAverageRangeStatisticStatefulSessionStoreStats. getPassivationTime()Returns the time spent on passivating beans to the store
-