Package PamController.memory
Class PamMemory
java.lang.Object
PamController.memory.PamMemory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformatMemory
(long membytes) long
long
getFree()
long
getMax()
long
getTotal()
boolean
-
Constructor Details
-
PamMemory
public PamMemory()
-
-
Method Details
-
getFree
public long getFree()- Returns:
- the free
-
getTotal
public long getTotal()- Returns:
- the total
-
getMax
public long getMax()- Returns:
- the max
-
getAvailable
public long getAvailable()- Returns:
- the available
-
isCritical
public boolean isCritical()- Returns:
- the critical
-
formatMemory
-