Interface Memory

All Superinterfaces:
NativeIntegration
All Known Subinterfaces:
OsxMemory
All Known Implementing Classes:
DefaultMemory, DefaultOsxMemory

public interface Memory extends NativeIntegration
Provides details about the system memory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Queries the current state of the system memory.
  • Method Details

    • getMemoryInfo

      MemoryInfo getMemoryInfo() throws NativeException
      Queries the current state of the system memory.
      Returns:
      A snapshot of the current state of the system memory.
      Throws:
      NativeException - On failure.