Interface IMemoryInformation

All Known Subinterfaces:
IMemoryUsageCalculationOperation

public interface IMemoryInformation
Memory information
Author:
I-D Media AG
  • Method Details

    • getMemoryTotal

      @NotNull @NotNull String getMemoryTotal()
      Get the total memory
      Returns:
    • getMemoryInUse

      @NotNull @NotNull String getMemoryInUse()
      Get the amount of memory currently in use
      Returns:
    • getMemoryFree

      @NotNull @NotNull String getMemoryFree()
      Get the free memory
      Returns:
    • getMemoryInUsePercent

      @NotNull @NotNull String getMemoryInUsePercent()
      Get the amount of memory in use (in percent)
      Returns:
    • getMemoryInUserPercentInt

      int getMemoryInUserPercentInt()
      Get the amount of memory in use (in percent)
      Returns: