|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Cleaner
The system cleaner (a generational garbage collector with user hints).
| Field Summary | |
protected static java.lang.String |
SCRIPT_PATH
path of the external cleaner script |
| Constructor Summary | |
Cleaner()
|
|
| Method Summary | |
static void |
clean(int recCount)
the cleaning method calling an external Python script |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected static java.lang.String SCRIPT_PATH
| Constructor Detail |
public Cleaner()
| Method Detail |
public static void clean(int recCount)
throws java.lang.Exception
recCount - record number to be deleted from cache.
if this value is 0, the cleaner will clean up
to 15% of the records.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||