|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.servlet.AbstractReapTask
com.tangosol.coherence.servlet.IncrementalReapTask
Deprecated. In releases following 3.6 customization will be declarative.
public class IncrementalReapTask
A task that starts a reaping cycle and reaps session in sequence.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.coherence.servlet.AbstractReapTask |
|---|
mStartTime |
| Constructor Summary | |
|---|---|
IncrementalReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, java.util.Iterator iterIds, int cEstimatedSessions)Deprecated. Construct an IncrementalReapTask. |
|
| Method Summary | |
|---|---|
int |
getSessionChunkCount()Deprecated. |
int |
getSessionChunkMillis()Deprecated. |
protected void |
reap()Deprecated. The task process: Process a portion of the reaping cycle. |
protected void |
scheduleNextCycle()Deprecated. Schedules the next reaping cycle. |
| Methods inherited from class com.tangosol.coherence.servlet.AbstractReapTask |
|---|
checkAndInvalidate, done, getDaemon, getNrOfInvalidatedSessions, getSessionHelper, getSessionIdIterator, isDone, run |
| Constructor Detail |
|---|
public IncrementalReapTask(SessionHelper sessionHelper,
SessionReaperStatistics statistics,
java.util.Iterator iterIds,
int cEstimatedSessions)
iterIds - an iterator of session IDs to checkcEstimatedSessions - the estimated number of session IDs to checksessionHelper -| Method Detail |
|---|
protected void reap()
reap in class AbstractReapTaskprotected void scheduleNextCycle()
AbstractReapTaskscheduleNextCycle in class AbstractReapTaskpublic int getSessionChunkCount()
public int getSessionChunkMillis()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||