|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.opendoors.cache.immutable.Depopulate
Depopulates a shared cache from integer n up to m with Integer(n <= i < m).
Use as a driver to depopulate a cache.
Populate
Constructor Summary | |
Depopulate(Cache cache,
int n,
int m)
Construct the depopulator with test parameters. |
Method Summary | |
void |
run()
Depopulates the cache according to the instance parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Depopulate(Cache cache, int n, int m)
Method Detail |
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |