Class Cleaner

java.lang.Object
  |
  +--Cleaner

public class Cleaner
extends java.lang.Object

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

SCRIPT_PATH

protected static java.lang.String SCRIPT_PATH
path of the external cleaner script
Constructor Detail

Cleaner

public Cleaner()
Method Detail

clean

public static void clean(int recCount)
                  throws java.lang.Exception
the cleaning method calling an external Python script
Parameters:
recCount - record number to be deleted from cache. if this value is 0, the cleaner will clean up to 15% of the records.