Uses of Class
oshi.hardware.CentralProcessor.ProcessorIdentifier
-
Packages that use CentralProcessor.ProcessorIdentifier 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.ProcessorIdentifier in oshi.hardware
Methods in oshi.hardware that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description CentralProcessor.ProcessorIdentifier
CentralProcessor. 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
Fields in oshi.hardware.common with type parameters of type CentralProcessor.ProcessorIdentifier Modifier and Type Field Description private java.util.function.Supplier<CentralProcessor.ProcessorIdentifier>
AbstractCentralProcessor. cpuid
Methods in oshi.hardware.common that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description CentralProcessor.ProcessorIdentifier
AbstractCentralProcessor. getProcessorIdentifier()
protected abstract CentralProcessor.ProcessorIdentifier
AbstractCentralProcessor. queryProcessorId()
Updates logical and physical processor counts and arrays -
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description protected CentralProcessor.ProcessorIdentifier
LinuxCentralProcessor. queryProcessorId()
-
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description protected CentralProcessor.ProcessorIdentifier
MacCentralProcessor. queryProcessorId()
-
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description protected CentralProcessor.ProcessorIdentifier
AixCentralProcessor. queryProcessorId()
-
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description protected CentralProcessor.ProcessorIdentifier
FreeBsdCentralProcessor. queryProcessorId()
-
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description protected CentralProcessor.ProcessorIdentifier
OpenBsdCentralProcessor. queryProcessorId()
-
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description protected CentralProcessor.ProcessorIdentifier
SolarisCentralProcessor. queryProcessorId()
private static CentralProcessor.ProcessorIdentifier
SolarisCentralProcessor. queryProcessorId2(boolean cpu64bit)
-
Uses of CentralProcessor.ProcessorIdentifier in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return CentralProcessor.ProcessorIdentifier Modifier and Type Method Description protected CentralProcessor.ProcessorIdentifier
WindowsCentralProcessor. queryProcessorId()
Initializes Class variables
-