Uses of Class
oshi.hardware.CentralProcessor.ProcessorIdentifier
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 OpenBSD systems
-
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware
Modifier and TypeMethodDescriptionCentralProcessor.getProcessorIdentifier()
The CPU's identifier strings ,including name, vendor, stepping, model, and family information (also called the signature of a CPU). -
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.common
Modifier and TypeMethodDescriptionAbstractCentralProcessor.getProcessorIdentifier()
protected abstract CentralProcessor.ProcessorIdentifier
AbstractCentralProcessor.queryProcessorId()
Updates logical and physical processor counts and arrays -
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.unix.openbsd
Modifier and TypeMethodDescriptionprotected CentralProcessor.ProcessorIdentifier
OpenBsdCentralProcessor.queryProcessorId()