Package com.tangosol.coherence.servlet
Class SessionHelper.SessionReaperDaemon.IncrementalReapTask
- java.lang.Object
-
- com.tangosol.coherence.servlet.AbstractReapTask
-
- com.tangosol.coherence.servlet.IncrementalReapTask
-
- com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- SessionHelper.SessionReaperDaemon
public class SessionHelper.SessionReaperDaemon.IncrementalReapTask extends IncrementalReapTask
-
-
Field Summary
-
Fields inherited from class com.tangosol.coherence.servlet.AbstractReapTask
mQueueWaitTime, mStartTime
-
-
Constructor Summary
Constructors Constructor Description IncrementalReapTask(SessionHelper sessionHelper, Iterator<String> iterIds, int cEstimatedSessions)
IncrementalReapTask(Iterator<String> iterIds, int cEstimatedSessions)
-
Method Summary
-
Methods inherited from class com.tangosol.coherence.servlet.IncrementalReapTask
getSessionChunkCount, getSessionChunkMillis, reap, scheduleNextCycle
-
Methods inherited from class com.tangosol.coherence.servlet.AbstractReapTask
checkAndInvalidate, done, getDaemon, getNrOfInvalidatedSessions, getSessionHelper, getSessionIdIterator, isDone, logInvalidationExceptions, run
-
-
-
-
Constructor Detail
-
IncrementalReapTask
public IncrementalReapTask(SessionHelper sessionHelper, Iterator<String> iterIds, int cEstimatedSessions)
-
-