Uses of Interface
oshi.hardware.GlobalMemory
-
Packages that use GlobalMemory 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 GlobalMemory in oshi.hardware
Methods in oshi.hardware that return GlobalMemory Modifier and Type Method Description GlobalMemory
HardwareAbstractionLayer. getMemory()
Instantiates aGlobalMemory
object. -
Uses of GlobalMemory in oshi.hardware.common
Classes in oshi.hardware.common that implement GlobalMemory Modifier and Type Class Description class
AbstractGlobalMemory
Memory info.Fields in oshi.hardware.common with type parameters of type GlobalMemory Modifier and Type Field Description private java.util.function.Supplier<GlobalMemory>
AbstractHardwareAbstractionLayer. memory
Methods in oshi.hardware.common that return GlobalMemory Modifier and Type Method Description protected abstract GlobalMemory
AbstractHardwareAbstractionLayer. createMemory()
Instantiates the platform-specificGlobalMemory
objectGlobalMemory
AbstractHardwareAbstractionLayer. getMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement GlobalMemory Modifier and Type Class Description class
LinuxGlobalMemory
Memory obtained by /proc/meminfo and sysinfo.totalramMethods in oshi.hardware.platform.linux that return GlobalMemory Modifier and Type Method Description GlobalMemory
LinuxHardwareAbstractionLayer. createMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement GlobalMemory Modifier and Type Class Description (package private) class
MacGlobalMemory
Memory obtained by host_statistics (vm_stat) and sysctl.Methods in oshi.hardware.platform.mac that return GlobalMemory Modifier and Type Method Description GlobalMemory
MacHardwareAbstractionLayer. createMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement GlobalMemory Modifier and Type Class Description (package private) class
AixGlobalMemory
Memory obtained by perfstat_memory_total_tMethods in oshi.hardware.platform.unix.aix that return GlobalMemory Modifier and Type Method Description GlobalMemory
AixHardwareAbstractionLayer. createMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement GlobalMemory Modifier and Type Class Description (package private) class
FreeBsdGlobalMemory
Memory obtained by sysctl vm.statsMethods in oshi.hardware.platform.unix.freebsd that return GlobalMemory Modifier and Type Method Description GlobalMemory
FreeBsdHardwareAbstractionLayer. createMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement GlobalMemory Modifier and Type Class Description (package private) class
OpenBsdGlobalMemory
Memory obtained by sysctl vm.statsMethods in oshi.hardware.platform.unix.openbsd that return GlobalMemory Modifier and Type Method Description GlobalMemory
OpenBsdHardwareAbstractionLayer. createMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement GlobalMemory Modifier and Type Class Description (package private) class
SolarisGlobalMemory
Memory obtained by kstatMethods in oshi.hardware.platform.unix.solaris that return GlobalMemory Modifier and Type Method Description GlobalMemory
SolarisHardwareAbstractionLayer. createMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement GlobalMemory Modifier and Type Class Description (package private) class
WindowsGlobalMemory
Memory obtained by Performance Info.Methods in oshi.hardware.platform.windows that return GlobalMemory Modifier and Type Method Description GlobalMemory
WindowsHardwareAbstractionLayer. createMemory()
-