|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.coherence.servlet.SessionHelper.SessionReaperDaemon.IncrementalReapTask
public class SessionHelper.SessionReaperDaemon.IncrementalReapTask
A task that starts a reaping cycle.
Constructor Summary | |
---|---|
SessionHelper.SessionReaperDaemon.IncrementalReapTask(Iterator iterIds,
int cEstimatedSessions)
Construct an IncrementalReapTask. |
Method Summary | |
---|---|
int |
getActualSessionCount()
|
int |
getSessionChunkCount()
|
int |
getSessionChunkMillis()
|
protected 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(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 Runnable
protected Iterator getSessionIdIterator()
public int getSessionChunkCount()
public int getSessionChunkMillis()
public int getActualSessionCount()
protected void incActualSessionCount()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |