Uses of Interface
oshi.hardware.VirtualMemory
-
Packages that use VirtualMemory 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.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.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.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows 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 VirtualMemory Modifier and Type Method Description VirtualMemory
GlobalMemory. getVirtualMemory()
Virtual memory, such as a swap file. -
Uses of VirtualMemory in oshi.hardware.common
Classes in oshi.hardware.common that implement VirtualMemory Modifier and Type Class Description class
AbstractVirtualMemory
Virtual Memory info. -
Uses of VirtualMemory in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement VirtualMemory Modifier and Type Class Description (package private) class
LinuxVirtualMemory
Memory obtained by /proc/meminfo and /proc/vmstatFields in oshi.hardware.platform.linux with type parameters of type VirtualMemory Modifier and Type Field Description private java.util.function.Supplier<VirtualMemory>
LinuxGlobalMemory. vm
Methods in oshi.hardware.platform.linux that return VirtualMemory Modifier and Type Method Description private VirtualMemory
LinuxGlobalMemory. createVirtualMemory()
VirtualMemory
LinuxGlobalMemory. getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement VirtualMemory Modifier and Type Class Description (package private) class
MacVirtualMemory
Memory obtained by host_statistics (vm_stat) and sysctl.Fields in oshi.hardware.platform.mac with type parameters of type VirtualMemory Modifier and Type Field Description private java.util.function.Supplier<VirtualMemory>
MacGlobalMemory. vm
Methods in oshi.hardware.platform.mac that return VirtualMemory Modifier and Type Method Description private VirtualMemory
MacGlobalMemory. createVirtualMemory()
VirtualMemory
MacGlobalMemory. getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement VirtualMemory Modifier and Type Class Description (package private) class
AixVirtualMemory
Memory obtained by perfstat_memory_total_tFields in oshi.hardware.platform.unix.aix with type parameters of type VirtualMemory Modifier and Type Field Description private java.util.function.Supplier<VirtualMemory>
AixGlobalMemory. vm
Methods in oshi.hardware.platform.unix.aix that return VirtualMemory Modifier and Type Method Description private VirtualMemory
AixGlobalMemory. createVirtualMemory()
VirtualMemory
AixGlobalMemory. getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement VirtualMemory Modifier and Type Class Description (package private) class
FreeBsdVirtualMemory
Memory obtained by swapinfoFields in oshi.hardware.platform.unix.freebsd with type parameters of type VirtualMemory Modifier and Type Field Description private java.util.function.Supplier<VirtualMemory>
FreeBsdGlobalMemory. vm
Methods in oshi.hardware.platform.unix.freebsd that return VirtualMemory Modifier and Type Method Description private VirtualMemory
FreeBsdGlobalMemory. createVirtualMemory()
VirtualMemory
FreeBsdGlobalMemory. getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement VirtualMemory Modifier and Type Class Description (package private) class
OpenBsdVirtualMemory
Memory info on OpenBSDFields in oshi.hardware.platform.unix.openbsd with type parameters of type VirtualMemory Modifier and Type Field Description private java.util.function.Supplier<VirtualMemory>
OpenBsdGlobalMemory. vm
Methods in oshi.hardware.platform.unix.openbsd that return VirtualMemory Modifier and Type Method Description private VirtualMemory
OpenBsdGlobalMemory. createVirtualMemory()
VirtualMemory
OpenBsdGlobalMemory. getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement VirtualMemory Modifier and Type Class Description (package private) class
SolarisVirtualMemory
Memory obtained by kstat and swapFields in oshi.hardware.platform.unix.solaris with type parameters of type VirtualMemory Modifier and Type Field Description private java.util.function.Supplier<VirtualMemory>
SolarisGlobalMemory. vm
Methods in oshi.hardware.platform.unix.solaris that return VirtualMemory Modifier and Type Method Description private VirtualMemory
SolarisGlobalMemory. createVirtualMemory()
VirtualMemory
SolarisGlobalMemory. getVirtualMemory()
-
Uses of VirtualMemory in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement VirtualMemory Modifier and Type Class Description (package private) class
WindowsVirtualMemory
Memory obtained from WMIFields in oshi.hardware.platform.windows with type parameters of type VirtualMemory Modifier and Type Field Description private java.util.function.Supplier<VirtualMemory>
WindowsGlobalMemory. vm
Methods in oshi.hardware.platform.windows that return VirtualMemory Modifier and Type Method Description private VirtualMemory
WindowsGlobalMemory. createVirtualMemory()
VirtualMemory
WindowsGlobalMemory. getVirtualMemory()
-