- java.lang.Object
-
- aeonics.util.Hardware.RAM.NonHeap
-
- Enclosing class:
- Hardware.RAM
public static class Hardware.RAM.NonHeap extends java.lang.ObjectNon-heap space
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longcommitted()Returns the amount of memory in bytes that is committed forthe Java virtual machine to use.static Datadetail()Returns the detail of all internal memory poolsstatic Dataexport()Returns a data representation of this class at this point in timestatic longmax()Returns the maximum amount of memory in bytes that can be used.static longused()Returns the amount of used memory in bytes.
-
-
-
Method Detail
-
used
public static long used()
Returns the amount of used memory in bytes.- Returns:
- the amount of used memory in bytes
-
max
public static long max()
Returns the maximum amount of memory in bytes that can be used.- Returns:
- the maximum amount of memory in bytes that can be used
-
committed
public static long committed()
Returns the amount of memory in bytes that is committed forthe Java virtual machine to use.- Returns:
- the amount of memory in bytes that is committed forthe Java virtual machine to use
-
detail
public static Data detail()
Returns the detail of all internal memory pools- Returns:
- the detail of all internal memory pools
-
export
public static Data export()
Returns a data representation of this class at this point in time- Returns:
- a data representation of this class at this point in time
-
-