Uses of Interface
com.tangosol.coherence.servlet.SessionReaperStatistics
-
Packages that use SessionReaperStatistics Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.coherence.servlet.management Contains Coherence*Web MBean classes. -
-
Uses of SessionReaperStatistics in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement SessionReaperStatistics Modifier and Type Class Description class
SessionHelper.SessionReaperDaemon
A daemon thread class that will clean up expired sessions.Constructors in com.tangosol.coherence.servlet with parameters of type SessionReaperStatistics Constructor Description AbstractReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds)
Construct an AbstractReapTask.IncrementalReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds, int cEstimatedSessions)
Construct an IncrementalReapTask.ParallelReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds, WorkManager workManager)
-
Uses of SessionReaperStatistics in com.tangosol.coherence.servlet.management
Constructors in com.tangosol.coherence.servlet.management with parameters of type SessionReaperStatistics Constructor Description HttpSessionManager(SessionHelper helper, SessionReaperStatistics reaperStatistics)
Create a new HttpSessionManager object.
-