Interface IMemoryUsageCalculationOperation

All Superinterfaces:
IMemoryInformation

public interface IMemoryUsageCalculationOperation extends IMemoryInformation
Calculate memory information
Author:
I-D Media AG
  • Method Details

    • getMemoryMaxAvailable

      long getMemoryMaxAvailable()
      Get the maximum amount of memory that might be allocated by the JVM
      Returns:
    • getMemoryTotalRaw

      long getMemoryTotalRaw()
      Get the raw total memory
      Returns:
    • getMemoryInUseRaw

      long getMemoryInUseRaw()
      Get the raw memory amount in use
      Returns:
    • getMemoryFreeRaw

      long getMemoryFreeRaw()
      Get the raw memory available
      Returns:
    • getMemoryWarningThreshold

      int getMemoryWarningThreshold()
      Geet the memory warning threshold
      Returns:
    • isCriticallyLow

      boolean isCriticallyLow()
      Is the amount of memory to be considered critically low?
      Returns: