Uses of Interface
oshi.hardware.VirtualMemory
Packages that use VirtualMemory
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display,
Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of VirtualMemory in oshi.hardware
Methods in oshi.hardware that return VirtualMemoryModifier and TypeMethodDescriptionGlobalMemory.getVirtualMemory()
Virtual memory, such as a swap file. -
Uses of VirtualMemory in oshi.hardware.common
Classes in oshi.hardware.common that implement VirtualMemory -
Uses of VirtualMemory in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement VirtualMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by /proc/meminfo and /proc/vmstatFields in oshi.hardware.platform.linux with type parameters of type VirtualMemoryMethods in oshi.hardware.platform.linux that return VirtualMemoryModifier and TypeMethodDescriptionprivate VirtualMemory
LinuxGlobalMemory.createVirtualMemory()
LinuxGlobalMemory.getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement VirtualMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by host_statistics (vm_stat) and sysctl.Fields in oshi.hardware.platform.mac with type parameters of type VirtualMemoryMethods in oshi.hardware.platform.mac that return VirtualMemoryModifier and TypeMethodDescriptionprivate VirtualMemory
MacGlobalMemory.createVirtualMemory()
MacGlobalMemory.getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement VirtualMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by perfstat_memory_total_tFields in oshi.hardware.platform.unix.aix with type parameters of type VirtualMemoryMethods in oshi.hardware.platform.unix.aix that return VirtualMemoryModifier and TypeMethodDescriptionprivate VirtualMemory
AixGlobalMemory.createVirtualMemory()
AixGlobalMemory.getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement VirtualMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by swapinfoFields in oshi.hardware.platform.unix.freebsd with type parameters of type VirtualMemoryMethods in oshi.hardware.platform.unix.freebsd that return VirtualMemoryModifier and TypeMethodDescriptionprivate VirtualMemory
FreeBsdGlobalMemory.createVirtualMemory()
FreeBsdGlobalMemory.getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement VirtualMemoryModifier and TypeClassDescription(package private) final class
Memory info on OpenBSDFields in oshi.hardware.platform.unix.openbsd with type parameters of type VirtualMemoryMethods in oshi.hardware.platform.unix.openbsd that return VirtualMemoryModifier and TypeMethodDescriptionprivate VirtualMemory
OpenBsdGlobalMemory.createVirtualMemory()
OpenBsdGlobalMemory.getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement VirtualMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by kstat and swapFields in oshi.hardware.platform.unix.solaris with type parameters of type VirtualMemoryMethods in oshi.hardware.platform.unix.solaris that return VirtualMemoryModifier and TypeMethodDescriptionprivate VirtualMemory
SolarisGlobalMemory.createVirtualMemory()
SolarisGlobalMemory.getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement VirtualMemoryModifier and TypeClassDescription(package private) final class
Memory obtained from WMIFields in oshi.hardware.platform.windows with type parameters of type VirtualMemoryMethods in oshi.hardware.platform.windows that return VirtualMemoryModifier and TypeMethodDescriptionprivate VirtualMemory
WindowsGlobalMemory.createVirtualMemory()
WindowsGlobalMemory.getVirtualMemory()