Package software.amazon.awssdk.crt
Class SystemInfo.CpuInfo
- java.lang.Object
-
- software.amazon.awssdk.crt.SystemInfo.CpuInfo
-
- Enclosing class:
- SystemInfo
public static class SystemInfo.CpuInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
cpuId
OS CpuId that can be used for pinning a thread to a specific Cpuboolean
isSuspectedHyperThread
If true, the Cpu is suspected of being virtual.
-