public class StatefulSessionStoreStatsImpl extends StatsImpl implements StatefulSessionStoreStats
| Modifier | Constructor and Description |
|---|---|
|
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider) |
protected |
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider,
String intfName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendStats(StringBuffer sbuf) |
protected static void |
appendTimeStatistic(StringBuffer sbuf,
String name,
MutableAverageRangeStatisticImpl stat) |
AverageRangeStatistic |
getActivatedBeanSize()
Returns the total number of bytes activated by this store including total, min, maximum
|
CountStatistic |
getActivationCount()
Returns the total number of sessions activated from the store
|
CountStatistic |
getActivationErrorCount()
Returns the total number of sessions that couldn't be Activated from the store
|
CountStatistic |
getActivationSuccessCount()
Returns the total number of sessions successfully Activated from the store
|
AverageRangeStatistic |
getActivationTime()
Returns the time spent on activating beans from the store including total, min, max
|
RangeStatistic |
getCurrentSize()
Returns the number of passivated / checkpointed sessions in the store
|
CountStatistic |
getExpiredSessionCount()
Returns the total number of expired sessions that were removed by this store
|
AverageRangeStatistic |
getPassivatedBeanSize()
Returns the total number of bytes passivated by this store including total, min, maximum
|
CountStatistic |
getPassivationCount()
Returns the total number of sessions passivated using this store
|
CountStatistic |
getPassivationErrorCount()
Returns the total number of sessions that couldn't be Passivated using the store
|
CountStatistic |
getPassivationSuccessCount()
Returns the total number of sessions successfully Passivated using the store
|
AverageRangeStatistic |
getPassivationTime()
Returns the time spent on passivating beans to the store including total, min, max
|
protected void |
initialize() |
getStatistic, getStatisticNames, getStatistics, initialize, statToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatistic, getStatisticNames, getStatisticspublic StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider)
protected StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider, String intfName)
protected void initialize()
public RangeStatistic getCurrentSize()
getCurrentSize in interface StatefulSessionStoreStatspublic CountStatistic getActivationCount()
getActivationCount in interface StatefulSessionStoreStatspublic CountStatistic getActivationSuccessCount()
getActivationSuccessCount in interface StatefulSessionStoreStatspublic CountStatistic getActivationErrorCount()
getActivationErrorCount in interface StatefulSessionStoreStatspublic CountStatistic getPassivationCount()
getPassivationCount in interface StatefulSessionStoreStatspublic CountStatistic getPassivationSuccessCount()
getPassivationSuccessCount in interface StatefulSessionStoreStatspublic CountStatistic getPassivationErrorCount()
getPassivationErrorCount in interface StatefulSessionStoreStatspublic CountStatistic getExpiredSessionCount()
getExpiredSessionCount in interface StatefulSessionStoreStatspublic AverageRangeStatistic getActivatedBeanSize()
getActivatedBeanSize in interface StatefulSessionStoreStatspublic AverageRangeStatistic getActivationTime()
getActivationTime in interface StatefulSessionStoreStatspublic AverageRangeStatistic getPassivatedBeanSize()
getPassivatedBeanSize in interface StatefulSessionStoreStatspublic AverageRangeStatistic getPassivationTime()
getPassivationTime in interface StatefulSessionStoreStatsprotected void appendStats(StringBuffer sbuf)
protected static void appendTimeStatistic(StringBuffer sbuf, String name, MutableAverageRangeStatisticImpl stat)
Copyright © 2017. All rights reserved.