-
Method Summary
Returns the total number of sessions checkpointed using this store
Returns the total number of bytes checkpointed by the store
Returns the total number of sessions that could not be checkpointed
using this store
Returns the total number of sessions successfully checkpointed using
this store
Returns the time spent on checkpointing beans to the store
Methods inherited from interface com.sun.enterprise.admin.monitor.stats.StatefulSessionStoreStats
getActivatedBeanSize, getActivationCount, getActivationErrorCount, getActivationSuccessCount, getActivationTime, getCurrentSize, getExpiredSessionCount, getPassivatedBeanSize, getPassivationCount, getPassivationErrorCount, getPassivationSuccessCount, getPassivationTime
-
Method Details
-
getCheckpointCount
Returns the total number of sessions checkpointed using this store
- Returns:
- CountStatistic
-
getCheckpointSuccessCount
Returns the total number of sessions successfully checkpointed using
this store
- Returns:
- CountStatistic
-
getCheckpointErrorCount
Returns the total number of sessions that could not be checkpointed
using this store
- Returns:
- CountStatistic
-
getCheckpointedBeanSize
Returns the total number of bytes checkpointed by the store
- Returns:
- AverageRangeStatistic
-
getCheckpointTime
Returns the time spent on checkpointing beans to the store
- Returns:
- AverageRangeStatistic