Class SystemUtilities.MemoryInfo

java.lang.Object
com.cedarsoftware.util.SystemUtilities.MemoryInfo
Enclosing class:
SystemUtilities

public static class SystemUtilities.MemoryInfo extends Object
  • Constructor Details

    • MemoryInfo

      public MemoryInfo(long totalMemory, long freeMemory, long maxMemory)
  • Method Details

    • getTotalMemory

      public long getTotalMemory()
    • getFreeMemory

      public long getFreeMemory()
    • getMaxMemory

      public long getMaxMemory()