public class HAStatefulSessionStoreStatsImpl extends StatefulSessionStoreStatsImpl implements com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStats
| Constructor and Description |
|---|
HAStatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendStats(StringBuffer sbuf) |
org.glassfish.j2ee.statistics.CountStatistic |
getCheckpointCount()
Returns the total number of sessions checkpointed into the store
|
com.sun.enterprise.admin.monitor.stats.AverageRangeStatistic |
getCheckpointedBeanSize()
Returns the number of bytes checkpointed
|
org.glassfish.j2ee.statistics.CountStatistic |
getCheckpointErrorCount()
Returns the total number of sessions that couldn't be Checkpointed into the store
|
org.glassfish.j2ee.statistics.CountStatistic |
getCheckpointSuccessCount()
Returns the total number of sessions successfully Checkpointed into the store
|
com.sun.enterprise.admin.monitor.stats.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, getPassivationTimepublic HAStatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider)
protected void initialize()
initialize in class StatefulSessionStoreStatsImplpublic org.glassfish.j2ee.statistics.CountStatistic getCheckpointCount()
getCheckpointCount in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStatspublic org.glassfish.j2ee.statistics.CountStatistic getCheckpointSuccessCount()
getCheckpointSuccessCount in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStatspublic org.glassfish.j2ee.statistics.CountStatistic getCheckpointErrorCount()
getCheckpointErrorCount in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStatspublic com.sun.enterprise.admin.monitor.stats.AverageRangeStatistic getCheckpointedBeanSize()
getCheckpointedBeanSize in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStatspublic com.sun.enterprise.admin.monitor.stats.AverageRangeStatistic getCheckpointTime()
getCheckpointTime in interface com.sun.enterprise.admin.monitor.stats.HAStatefulSessionStoreStatspublic void incrementCheckpointCount(boolean success)
public void setCheckpointSize(long val)
public void setCheckpointTime(long val)
protected void appendStats(StringBuffer sbuf)
appendStats in class StatefulSessionStoreStatsImplCopyright © 2015. All rights reserved.