Uses of Interface
oshi.hardware.GlobalMemory
Packages that use GlobalMemory
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 GlobalMemory in oshi.hardware
Methods in oshi.hardware that return GlobalMemoryModifier and TypeMethodDescriptionHardwareAbstractionLayer.getMemory()
Instantiates aGlobalMemory
object. -
Uses of GlobalMemory in oshi.hardware.common
Classes in oshi.hardware.common that implement GlobalMemoryFields in oshi.hardware.common with type parameters of type GlobalMemoryModifier and TypeFieldDescriptionprivate final Supplier
<GlobalMemory> AbstractHardwareAbstractionLayer.memory
Methods in oshi.hardware.common that return GlobalMemoryModifier and TypeMethodDescriptionprotected abstract GlobalMemory
AbstractHardwareAbstractionLayer.createMemory()
Instantiates the platform-specificGlobalMemory
objectAbstractHardwareAbstractionLayer.getMemory()
-
Uses of GlobalMemory in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement GlobalMemoryModifier and TypeClassDescriptionfinal class
Memory obtained by /proc/meminfo and sysinfo.totalramMethods in oshi.hardware.platform.linux that return GlobalMemory -
Uses of GlobalMemory in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement GlobalMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by host_statistics (vm_stat) and sysctl.Methods in oshi.hardware.platform.mac that return GlobalMemory -
Uses of GlobalMemory in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement GlobalMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by perfstat_memory_total_tMethods in oshi.hardware.platform.unix.aix that return GlobalMemory -
Uses of GlobalMemory in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement GlobalMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by sysctl vm.statsMethods in oshi.hardware.platform.unix.freebsd that return GlobalMemory -
Uses of GlobalMemory in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement GlobalMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by sysctl vm.statsMethods in oshi.hardware.platform.unix.openbsd that return GlobalMemory -
Uses of GlobalMemory in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement GlobalMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by kstatMethods in oshi.hardware.platform.unix.solaris that return GlobalMemory -
Uses of GlobalMemory in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement GlobalMemoryModifier and TypeClassDescription(package private) final class
Memory obtained by Performance Info.Methods in oshi.hardware.platform.windows that return GlobalMemory