|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.opendoors.cache.immutable.Populate
Populates a shared cache from integer n up to m with Integer(n <= i < m).
Use as a test driver to populate a cache.
Depopulate
Field Summary | |
long |
tet
|
Constructor Summary | |
Populate(Cache cache,
int n,
int m)
Construct the populator with test parameters. |
Method Summary | |
void |
run()
Populates 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 |
Field Detail |
public long tet
Constructor Detail |
public Populate(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 |