|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jaulp.io.MemoryUtils
public class MemoryUtils
Utility class for getting the Memory status.
| Constructor Summary | |
|---|---|
MemoryUtils()
|
|
| Method Summary | |
|---|---|
static void |
disposeUnusedMemory()
Freeing memory that is available for the application by running the garbage collector. |
static long |
getFreeMemoryForAppInKB()
Gets the free memory in kilobytes is available for the application. |
static long |
getFreeMemoryInKB()
Gets the free memory in kilobytes is available. |
static long |
getTotalMemoryInKB()
Gets the total memory in kilobytes is available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryUtils()
| Method Detail |
|---|
public static void disposeUnusedMemory()
public static long getFreeMemoryForAppInKB()
public static long getFreeMemoryInKB()
public static long getTotalMemoryInKB()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||