|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.util.Memory
public final class Memory
The Memory
class is a utility class for memory optimization
and information.
Method Summary | |
---|---|
static void |
gc()
Starts the garbage collector as soon as possible. |
void |
run()
Triggers the finalization of objects and the garbage collector. |
static void |
startGc()
Starts the garbage collector triggering thread. |
static void |
stopGc()
Stops the garbage collector triggering thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void run()
run
in interface Runnable
public static void startGc()
public static void stopGc()
public static void gc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |