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 VirtualMemoryGlobalMemory. 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 classAbstractVirtualMemoryVirtual 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) classLinuxVirtualMemoryMemory 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. vmMethods in oshi.hardware.platform.linux that return VirtualMemory Modifier and Type Method Description private VirtualMemoryLinuxGlobalMemory. createVirtualMemory()VirtualMemoryLinuxGlobalMemory. 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) classMacVirtualMemoryMemory 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. vmMethods in oshi.hardware.platform.mac that return VirtualMemory Modifier and Type Method Description private VirtualMemoryMacGlobalMemory. createVirtualMemory()VirtualMemoryMacGlobalMemory. 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) classAixVirtualMemoryMemory 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. vmMethods in oshi.hardware.platform.unix.aix that return VirtualMemory Modifier and Type Method Description private VirtualMemoryAixGlobalMemory. createVirtualMemory()VirtualMemoryAixGlobalMemory. 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) classFreeBsdVirtualMemoryMemory 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. vmMethods in oshi.hardware.platform.unix.freebsd that return VirtualMemory Modifier and Type Method Description private VirtualMemoryFreeBsdGlobalMemory. createVirtualMemory()VirtualMemoryFreeBsdGlobalMemory. 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) classOpenBsdVirtualMemoryMemory 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. vmMethods in oshi.hardware.platform.unix.openbsd that return VirtualMemory Modifier and Type Method Description private VirtualMemoryOpenBsdGlobalMemory. createVirtualMemory()VirtualMemoryOpenBsdGlobalMemory. 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) classSolarisVirtualMemoryMemory 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. vmMethods in oshi.hardware.platform.unix.solaris that return VirtualMemory Modifier and Type Method Description private VirtualMemorySolarisGlobalMemory. createVirtualMemory()VirtualMemorySolarisGlobalMemory. 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) classWindowsVirtualMemoryMemory 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. vmMethods in oshi.hardware.platform.windows that return VirtualMemory Modifier and Type Method Description private VirtualMemoryWindowsGlobalMemory. createVirtualMemory()VirtualMemoryWindowsGlobalMemory. getVirtualMemory()
-