- java.lang.Object
- 
- aeonics.util.Hardware.RAM.Physical
 
- 
- Enclosing class:
- Hardware.RAM
 
 public static class Hardware.RAM.Physical extends java.lang.Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Dataexport()Returns a data representation of this class at this point in timestatic longfree()Returns the amount of free physical memory in bytes.static longmax()Returns the total amount of physical memory in bytes.static longprocess()Returns the amount of virtual memory that is guaranteed to be available to the running process in bytes.
 
- 
- 
- 
Method Detail- 
freepublic static long free() Returns the amount of free physical memory in bytes.- Returns:
- the amount of free physical memory in bytes
 
 - 
maxpublic static long max() Returns the total amount of physical memory in bytes.- Returns:
- the total amount of physical memory in bytes
 
 - 
processpublic static long process() Returns the amount of virtual memory that is guaranteed to be available to the running process in bytes.- Returns:
- the amount of virtual memory that is guaranteed to be available to the running process in bytes
 
 - 
exportpublic 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
 
 
- 
 
-