Class SystemInfo.CpuInfo

java.lang.Object
software.amazon.awssdk.crt.SystemInfo.CpuInfo
Enclosing class:
SystemInfo

public static class SystemInfo.CpuInfo extends Object
  • Field Details

    • cpuId

      public final int cpuId
      OS CpuId that can be used for pinning a thread to a specific Cpu
    • isSuspectedHyperThread

      public final boolean isSuspectedHyperThread
      If true, the Cpu is suspected of being virtual. If false, it's likely a hw core.