Class ParallelReapTask

java.lang.Object
com.tangosol.coherence.servlet.AbstractReapTask
com.tangosol.coherence.servlet.ParallelReapTask
All Implemented Interfaces:
Runnable

public class ParallelReapTask extends AbstractReapTask
This reaping task reaps the sessions in parallel instead of in sequence. It uses a work manager to execute each session invalidation so the degree of parallelism can be controlled by configuring the number of threads in the work manager.
Author:
Torkel Dominique