Uses of Class
oshi.hardware.PhysicalMemory
-
Packages that use PhysicalMemory Package Description oshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems -
-
Uses of PhysicalMemory in oshi.hardware
Methods in oshi.hardware that return types with arguments of type PhysicalMemory Modifier and Type Method Description java.util.List<PhysicalMemory>
GlobalMemory. getPhysicalMemory()
Physical memory, such as banks of memory. -
Uses of PhysicalMemory in oshi.hardware.common
Methods in oshi.hardware.common that return types with arguments of type PhysicalMemory Modifier and Type Method Description java.util.List<PhysicalMemory>
AbstractGlobalMemory. getPhysicalMemory()
-
Uses of PhysicalMemory in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return types with arguments of type PhysicalMemory Modifier and Type Method Description java.util.List<PhysicalMemory>
MacGlobalMemory. getPhysicalMemory()
-
Uses of PhysicalMemory in oshi.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return types with arguments of type PhysicalMemory Modifier and Type Method Description java.util.List<PhysicalMemory>
AixGlobalMemory. getPhysicalMemory()
-
Uses of PhysicalMemory in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return types with arguments of type PhysicalMemory Modifier and Type Method Description java.util.List<PhysicalMemory>
WindowsGlobalMemory. getPhysicalMemory()
-