|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.jboss.cache.eviction.EvictionTimerTask
Timer threads to do periodic node clean up by running the eviction policy.
Constructor Summary | |
EvictionTimerTask()
|
Method Summary | |
void |
addRegionToProcess(Region region)
Add a Region to process by the Eviction Thread. |
void |
removeRegionToProcess(Region region)
Remove a Region to process from the Eviction thread. |
void |
run()
Run the eviction thread. |
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EvictionTimerTask()
Method Detail |
public void addRegionToProcess(Region region)
region
- Region to process.public void removeRegionToProcess(Region region)
region
- public void run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |