public class HAStatefulSessionStoreStatsImpl extends StatefulSessionStoreStatsImpl implements HAStatefulSessionStoreStats
| Constructor and Description |
|---|
HAStatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendStats(StringBuilder sbuf) |
javax.management.j2ee.statistics.CountStatistic |
getCheckpointCount()
Returns the total number of sessions checkpointed into the store
|
AverageRangeStatistic |
getCheckpointedBeanSize()
Returns the number of bytes checkpointed
|
javax.management.j2ee.statistics.CountStatistic |
getCheckpointErrorCount()
Returns the total number of sessions that couldn't be Checkpointed into the store
|
javax.management.j2ee.statistics.CountStatistic |
getCheckpointSuccessCount()
Returns the total number of sessions successfully Checkpointed into the store
|
AverageRangeStatistic |
getCheckpointTime()
Returns the time spent on passivating beans to the store including total, min, max
|
void |
incrementCheckpointCount(boolean success) |
protected void |
initialize() |
void |
setCheckpointSize(long val) |
void |
setCheckpointTime(long val) |
appendTimeStatistic, getActivatedBeanSize, getActivationCount, getActivationErrorCount, getActivationSuccessCount, getActivationTime, getCurrentSize, getExpiredSessionCount, getPassivatedBeanSize, getPassivationCount, getPassivationErrorCount, getPassivationSuccessCount, getPassivationTimegetStatistic, getStatisticNames, getStatistics, initialize, statToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActivatedBeanSize, getActivationCount, getActivationErrorCount, getActivationSuccessCount, getActivationTime, getCurrentSize, getExpiredSessionCount, getPassivatedBeanSize, getPassivationCount, getPassivationErrorCount, getPassivationSuccessCount, getPassivationTimegetStatistic, getStatisticNames, getStatisticspublic HAStatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider)
protected void initialize()
initialize in class StatefulSessionStoreStatsImplpublic javax.management.j2ee.statistics.CountStatistic getCheckpointCount()
getCheckpointCount in interface HAStatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getCheckpointSuccessCount()
getCheckpointSuccessCount in interface HAStatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getCheckpointErrorCount()
getCheckpointErrorCount in interface HAStatefulSessionStoreStatspublic AverageRangeStatistic getCheckpointedBeanSize()
getCheckpointedBeanSize in interface HAStatefulSessionStoreStatspublic AverageRangeStatistic getCheckpointTime()
getCheckpointTime in interface HAStatefulSessionStoreStatspublic void incrementCheckpointCount(boolean success)
public void setCheckpointSize(long val)
public void setCheckpointTime(long val)
protected void appendStats(StringBuilder sbuf)
appendStats in class StatefulSessionStoreStatsImplCopyright © 2019. All rights reserved.