Uses of Interface
oshi.hardware.CentralProcessor
-
Packages that use CentralProcessor 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 CentralProcessor in oshi.hardware
Methods in oshi.hardware that return CentralProcessor Modifier and Type Method Description CentralProcessor
HardwareAbstractionLayer. getProcessor()
Instantiates aCentralProcessor
object. -
Uses of CentralProcessor in oshi.hardware.common
Classes in oshi.hardware.common that implement CentralProcessor Modifier and Type Class Description class
AbstractCentralProcessor
A CPU.Fields in oshi.hardware.common with type parameters of type CentralProcessor Modifier and Type Field Description private java.util.function.Supplier<CentralProcessor>
AbstractHardwareAbstractionLayer. processor
Methods in oshi.hardware.common that return CentralProcessor Modifier and Type Method Description protected abstract CentralProcessor
AbstractHardwareAbstractionLayer. createProcessor()
Instantiates the platform-specificCentralProcessor
objectCentralProcessor
AbstractHardwareAbstractionLayer. getProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement CentralProcessor Modifier and Type Class Description (package private) class
LinuxCentralProcessor
A CPU as defined in Linux /proc.Methods in oshi.hardware.platform.linux that return CentralProcessor Modifier and Type Method Description CentralProcessor
LinuxHardwareAbstractionLayer. createProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement CentralProcessor Modifier and Type Class Description (package private) class
MacCentralProcessor
A CPU.Methods in oshi.hardware.platform.mac that return CentralProcessor Modifier and Type Method Description CentralProcessor
MacHardwareAbstractionLayer. createProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement CentralProcessor Modifier and Type Class Description (package private) class
AixCentralProcessor
A CPUMethods in oshi.hardware.platform.unix.aix that return CentralProcessor Modifier and Type Method Description CentralProcessor
AixHardwareAbstractionLayer. createProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement CentralProcessor Modifier and Type Class Description (package private) class
FreeBsdCentralProcessor
A CPUMethods in oshi.hardware.platform.unix.freebsd that return CentralProcessor Modifier and Type Method Description CentralProcessor
FreeBsdHardwareAbstractionLayer. createProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.unix.openbsd
Classes in oshi.hardware.platform.unix.openbsd that implement CentralProcessor Modifier and Type Class Description class
OpenBsdCentralProcessor
OpenBSD Central Processor implementationMethods in oshi.hardware.platform.unix.openbsd that return CentralProcessor Modifier and Type Method Description CentralProcessor
OpenBsdHardwareAbstractionLayer. createProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement CentralProcessor Modifier and Type Class Description (package private) class
SolarisCentralProcessor
A CPUMethods in oshi.hardware.platform.unix.solaris that return CentralProcessor Modifier and Type Method Description CentralProcessor
SolarisHardwareAbstractionLayer. createProcessor()
-
Uses of CentralProcessor in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement CentralProcessor Modifier and Type Class Description (package private) class
WindowsCentralProcessor
A CPU, representing all of a system's processors.Methods in oshi.hardware.platform.windows that return CentralProcessor Modifier and Type Method Description CentralProcessor
WindowsHardwareAbstractionLayer. createProcessor()
-