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

Constructor Index

 o Mem()

Method Index

 o dumpThreadInfo()
 o free()
 o report()
 o total()
 o used()
 o verbosegc()

Constructors

 o Mem
 public Mem()

Methods

 o free
 public static long free()
 o used
 public static long used()
 o total
 public static long total()
 o report
 public static void report()
 o verbosegc
 public static void verbosegc()
 o dumpThreadInfo
 public static void dumpThreadInfo()

All Packages  Class Hierarchy  This Package  Previous  Next  Index