Uses of Class
oshi.hardware.CentralProcessor.LogicalProcessor
| Package | Description |
|---|---|
| oshi.driver.windows |
Provides functions to query information in windows
|
| 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 Devices
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.unix.openbsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on OpenBSD systems
|
-
Uses of CentralProcessor.LogicalProcessor in oshi.driver.windows
Methods in oshi.driver.windows that return types with arguments of type CentralProcessor.LogicalProcessor Modifier and Type Method Description static java.util.List<CentralProcessor.LogicalProcessor>LogicalProcessorInformation. getLogicalProcessorInformation()Get a list of logical processors on this machinestatic java.util.List<CentralProcessor.LogicalProcessor>LogicalProcessorInformation. getLogicalProcessorInformationEx()Get a list of logical processors on this machine. -
Uses of CentralProcessor.LogicalProcessor in oshi.hardware
Methods in oshi.hardware that return types with arguments of type CentralProcessor.LogicalProcessor Modifier and Type Method Description java.util.List<CentralProcessor.LogicalProcessor>CentralProcessor. getLogicalProcessors()Returns anUnmodifiableListof the CPU's logical processors. -
Uses of CentralProcessor.LogicalProcessor in oshi.hardware.common
Methods in oshi.hardware.common that return types with arguments of type CentralProcessor.LogicalProcessor Modifier and Type Method Description java.util.List<CentralProcessor.LogicalProcessor>AbstractCentralProcessor. getLogicalProcessors()protected abstract java.util.List<CentralProcessor.LogicalProcessor>AbstractCentralProcessor. initProcessorCounts()Updates logical and physical processor counts and arrays -
Uses of CentralProcessor.LogicalProcessor in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type CentralProcessor.LogicalProcessor Modifier and Type Method Description protected java.util.List<CentralProcessor.LogicalProcessor>OpenBsdCentralProcessor. initProcessorCounts()