Interface ProcessorFeature.Builder

    • Method Detail

      • name

        ProcessorFeature.Builder name​(String name)

        The name of the processor feature. Valid names are coreCount and threadsPerCore.

        Parameters:
        name - The name of the processor feature. Valid names are coreCount and threadsPerCore.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ProcessorFeature.Builder value​(String value)

        The value of a processor feature.

        Parameters:
        value - The value of a processor feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.