Interface CpuOptions.Builder

    • Method Detail

      • coreCount

        CpuOptions.Builder coreCount​(Integer coreCount)

        The number of cores that the CPU can use.

        Parameters:
        coreCount - The number of cores that the CPU can use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • threadsPerCore

        CpuOptions.Builder threadsPerCore​(Integer threadsPerCore)

        The number of threads per core in the CPU.

        Parameters:
        threadsPerCore - The number of threads per core in the CPU.
        Returns:
        Returns a reference to this object so that method calls can be chained together.