public interface HAStatefulSessionStoreStats extends StatefulSessionStoreStats
| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getCheckpointCount()
Returns the total number of sessions checkpointed using this store
|
AverageRangeStatistic |
getCheckpointedBeanSize()
Returns the total number of bytes checkpointed by the store
|
CountStatistic |
getCheckpointErrorCount()
Returns the total number of sessions that could not be checkpointed
using this store
|
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, getStatisticsCountStatistic getCheckpointCount()
CountStatistic getCheckpointSuccessCount()
CountStatistic getCheckpointErrorCount()
AverageRangeStatistic getCheckpointedBeanSize()
AverageRangeStatistic getCheckpointTime()
Copyright © 2017. All rights reserved.