Interface CpuOptions.Builder

    • Method Detail

      • coreCount

        CpuOptions.Builder coreCount​(Integer coreCount)

        The number of CPU cores for the instance.

        Parameters:
        coreCount - The number of CPU cores for the instance.
        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 CPU core.

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