public class Sys
extends java.lang.Object
| Constructor and Description |
|---|
Sys() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getMaxHeapSizeInBytes() |
static double |
getMaxHeapSizeInMegaBytes() |
static long |
getUsedMemoryInBytes() |
static long |
getUsedMemoryInBytes(java.io.Serializable object,
boolean compress) |
static double |
getUsedMemoryInMegaBytes() |
static double |
getUsedMemoryInMegaBytes(java.io.Serializable object,
boolean compress) |
public static long getUsedMemoryInBytes()
public static double getUsedMemoryInMegaBytes()
public static long getUsedMemoryInBytes(java.io.Serializable object,
boolean compress)
public static long getMaxHeapSizeInBytes()
public static double getMaxHeapSizeInMegaBytes()
public static double getUsedMemoryInMegaBytes(java.io.Serializable object,
boolean compress)