All Packages Class Hierarchy This Package Previous Next Index
Class websphinx.util.Mem
java.lang.Object
|
+----websphinx.util.Mem
- public abstract class Mem
- extends Object
-
Mem()
-
-
dumpThreadInfo()
-
-
free()
-
-
report()
-
-
total()
-
-
used()
-
-
verbosegc()
-
Mem
public Mem()
free
public static long free()
used
public static long used()
total
public static long total()
report
public static void report()
verbosegc
public static void verbosegc()
dumpThreadInfo
public static void dumpThreadInfo()
All Packages Class Hierarchy This Package Previous Next Index