| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCentralProcessor
A CPU.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract CentralProcessor |
AbstractHardwareLayer.createProcessor()
Instantiates the platform-specific
CentralProcessor object |
CentralProcessor |
HardwareLayer.getProcessor()
Instantiates a
CentralProcessor object. |
CentralProcessor |
AbstractHardwareLayer.getProcessor() |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxCentralProcessor
A CPU as defined in Linux /proc.
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
LinuxHardwareLayer.createProcessor() |
| Modifier and Type | Class and Description |
|---|---|
class |
MacCentralProcessor
A CPU.
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
MacHardwareLayer.createProcessor() |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdCentralProcessor
A CPU
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
FreeBsdHardwareLayer.createProcessor() |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisCentralProcessor
A CPU
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
SolarisHardwareLayer.createProcessor() |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsCentralProcessor
A CPU, representing all of a system's processors.
|
| Modifier and Type | Method and Description |
|---|---|
CentralProcessor |
WindowsHardwareLayer.createProcessor() |
Copyright © 2020. All rights reserved.