- java.lang.Object
- 
- aeonics.util.Hardware.RAM.Heap
 
- 
- Enclosing class:
- Hardware.RAM
 
 public static class Hardware.RAM.Heap extends java.lang.ObjectHeap space
- 
- 
Method SummaryAll 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 usestatic 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 usedstatic longused()Returns the amount of used memory in bytes
 
- 
- 
- 
Method Detail- 
usedpublic static long used() Returns the amount of used memory in bytes- Returns:
- the amount of used memory in bytes
 
 - 
maxpublic 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
 
 - 
committedpublic 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
 
 - 
detailpublic static Data detail() Returns the detail of all internal memory pools- Returns:
- the detail of all internal memory pools
 
 - 
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
 
 
- 
 
-