Uses of Interface
oshi.hardware.CentralProcessor
Packages that use CentralProcessor
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 CentralProcessor in oshi.hardware
Methods in oshi.hardware that return CentralProcessorModifier and TypeMethodDescriptionHardwareAbstractionLayer.getProcessor()
Instantiates aCentralProcessor
object. -
Uses of CentralProcessor in oshi.hardware.common
Classes in oshi.hardware.common that implement CentralProcessorFields in oshi.hardware.common with type parameters of type CentralProcessorModifier and TypeFieldDescriptionprivate final Supplier
<CentralProcessor> AbstractHardwareAbstractionLayer.processor
Methods in oshi.hardware.common that return CentralProcessorModifier and TypeMethodDescriptionprotected abstract CentralProcessor
AbstractHardwareAbstractionLayer.createProcessor()
Instantiates the platform-specificCentralProcessor
objectAbstractHardwareAbstractionLayer.getProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement CentralProcessorModifier and TypeClassDescription(package private) final class
A CPU as defined in Linux /proc.Methods in oshi.hardware.platform.linux that return CentralProcessor -
Uses of CentralProcessor in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement CentralProcessorMethods in oshi.hardware.platform.mac that return CentralProcessor -
Uses of CentralProcessor in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement CentralProcessorMethods in oshi.hardware.platform.unix.aix that return CentralProcessor -
Uses of CentralProcessor in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement CentralProcessorMethods in oshi.hardware.platform.unix.freebsd that return CentralProcessor -
Uses of CentralProcessor in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement CentralProcessorModifier and TypeClassDescriptionclass
OpenBSD Central Processor implementationMethods in oshi.hardware.platform.unix.openbsd that return CentralProcessor -
Uses of CentralProcessor in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement CentralProcessorMethods in oshi.hardware.platform.unix.solaris that return CentralProcessor -
Uses of CentralProcessor in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement CentralProcessorModifier and TypeClassDescription(package private) final class
A CPU, representing all of a system's processors.Methods in oshi.hardware.platform.windows that return CentralProcessor