public interface HAStatefulSessionStoreStats extends StatefulSessionStoreStats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.CountStatistic |
getCheckpointCount()
Returns the total number of sessions checkpointed using this store
|
AverageRangeStatistic |
getCheckpointedBeanSize()
Returns the total number of bytes checkpointed by the store
|
javax.management.j2ee.statistics.CountStatistic |
getCheckpointErrorCount()
Returns the total number of sessions that could not be checkpointed
using this store
|
javax.management.j2ee.statistics.CountStatistic |
getCheckpointSuccessCount()
Returns the total number of sessions successfully checkpointed using
this store
|
AverageRangeStatistic |
getCheckpointTime()
Returns the time spent on checkpointing beans to the store
|
getActivatedBeanSize, getActivationCount, getActivationErrorCount, getActivationSuccessCount, getActivationTime, getCurrentSize, getExpiredSessionCount, getPassivatedBeanSize, getPassivationCount, getPassivationErrorCount, getPassivationSuccessCount, getPassivationTimegetStatistic, getStatisticNames, getStatisticsjavax.management.j2ee.statistics.CountStatistic getCheckpointCount()
javax.management.j2ee.statistics.CountStatistic getCheckpointSuccessCount()
javax.management.j2ee.statistics.CountStatistic getCheckpointErrorCount()
AverageRangeStatistic getCheckpointedBeanSize()
AverageRangeStatistic getCheckpointTime()
Copyright © 2019. All rights reserved.