Interface Pool.UpdateStages.WithTaskSlotsPerNode

All Known Subinterfaces:
Pool.Update
Enclosing interface:
Pool.UpdateStages

public static interface Pool.UpdateStages.WithTaskSlotsPerNode
The stage of the Pool update allowing to specify taskSlotsPerNode.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTaskSlotsPerNode(Integer taskSlotsPerNode)
    Specifies the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.
  • Method Details

    • withTaskSlotsPerNode

      Pool.Update withTaskSlotsPerNode(Integer taskSlotsPerNode)
      Specifies the taskSlotsPerNode property: The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.

      The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256..

      Parameters:
      taskSlotsPerNode - The number of task slots that can be used to run concurrent tasks on a single compute node in the pool.

      The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.

      Returns:
      the next definition stage.