Class PamMemory

java.lang.Object
PamController.memory.PamMemory

public class PamMemory extends Object
  • 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

      public String formatMemory(long membytes)