|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--arlut.csd.ganymede.gcTask
Runnable class to do a synchronous garbage collection run. Issued
by the GanymedeScheduler.
I'm not sure that there is any point to having a synchronous garbage collection task.. the idea was that we could schedule a full gc when the server was likely not to be busy so as to keep things trim for when the server was busy, but the main() entry point isn't yet scheduling this for a particularly good time.
| Constructor Summary | |
gcTask()
|
|
| Method Summary | |
void |
run()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public gcTask()
| 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 | ||||||