|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
public class SessionHelper.SessionReaperDaemon.IncrementalReapTask
A task that starts a reaping cycle.
Constructor Summary | |
---|---|
SessionHelper.SessionReaperDaemon.IncrementalReapTask(java.util.Iterator iterIds, int cEstimatedSessions) Construct an IncrementalReapTask. |
Method Summary | |
---|---|
int |
getActualSessionCount() |
int |
getSessionChunkCount() |
int |
getSessionChunkMillis() |
protected java.util.Iterator |
getSessionIdIterator() |
protected void |
incActualSessionCount() Increment the number of sessions actually checked so far. |
void |
run() The task process: Process a portion of the reaping cycle. |
Constructor Detail |
---|
public SessionHelper.SessionReaperDaemon.IncrementalReapTask(java.util.Iterator iterIds, int cEstimatedSessions)
iterIds
- an iterator of session IDs to checkcEstimatedSessions
- the estimated number of session IDs to checkMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
protected java.util.Iterator getSessionIdIterator()
public int getSessionChunkCount()
public int getSessionChunkMillis()
public int getActualSessionCount()
protected void incActualSessionCount()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |