public class HAStatefulSessionStoreStatsImpl extends StatefulSessionStoreStatsImpl implements HAStatefulSessionStoreStats
| Constructor and Description |
|---|
HAStatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendStats(StringBuffer sbuf) |
CountStatistic |
getCheckpointCount()
Returns the total number of sessions checkpointed into the store
|
AverageRangeStatistic |
getCheckpointedBeanSize()
Returns the number of bytes checkpointed
|
CountStatistic |
getCheckpointErrorCount()
Returns the total number of sessions that couldn't be Checkpointed into the store
|
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 CountStatistic getCheckpointCount()
getCheckpointCount in interface HAStatefulSessionStoreStatspublic CountStatistic getCheckpointSuccessCount()
getCheckpointSuccessCount in interface HAStatefulSessionStoreStatspublic 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(StringBuffer sbuf)
appendStats in class StatefulSessionStoreStatsImplCopyright © 2017. All rights reserved.