-
Method Summary
Returns the total number of bytes activated by this store
Returns the total number of sessions activated from the store
Returns the total number of sessions that could not be activated
from the store
Returns the total number of sessions successfully activated
from the store
Returns the time spent on activating beans from the store
Returns the number of passivated/checkpointed sessions in the
store
Returns the total number of expired sessions that were removed by
the store
Returns the total number of bytes passivated by this store
Returns the total number of sessions passivated using this store
Returns the total number of sessions that could not be passivated
using the store
Returns the total number of sessions passivated successfully
using this store
Returns the time spent on passivating beans to the store
-
Method Details
-
getCurrentSize
Returns the number of passivated/checkpointed sessions in the
store
- Returns:
- RangeStatistic
-
getActivationCount
Returns the total number of sessions activated from the store
- Returns:
- CountStatistic
-
getActivationSuccessCount
Returns the total number of sessions successfully activated
from the store
- Returns:
- CountStatistic
-
getActivationErrorCount
Returns the total number of sessions that could not be activated
from the store
- Returns:
- CountStatistic
-
getPassivationCount
Returns the total number of sessions passivated using this store
- Returns:
- CountStatistic
-
getPassivationSuccessCount
Returns the total number of sessions passivated successfully
using this store
- Returns:
- CountStatistic
-
getPassivationErrorCount
Returns the total number of sessions that could not be passivated
using the store
- Returns:
- CountStatistic
-
getExpiredSessionCount
Returns the total number of expired sessions that were removed by
the store
- Returns:
- CountStatistic
-
getPassivatedBeanSize
Returns the total number of bytes passivated by this store
- Returns:
- AverageRangeStatistic
-
getPassivationTime
Returns the time spent on passivating beans to the store
- Returns:
- AverageRangeStatistic
-
getActivatedBeanSize
Returns the total number of bytes activated by this store
- Returns:
- AverageRangeStatistic
-
getActivationTime
Returns the time spent on activating beans from the store
- Returns:
- AverageRangeStatistic