Interface Pool.UpdateStages.WithTaskSchedulingPolicy

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

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

    Modifier and Type
    Method
    Description
    Specifies the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.
  • Method Details

    • withTaskSchedulingPolicy

      Pool.Update withTaskSchedulingPolicy(TaskSchedulingPolicy taskSchedulingPolicy)
      Specifies the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.

      If not specified, the default is spread..

      Parameters:
      taskSchedulingPolicy - Specifies how tasks should be distributed across compute nodes.

      If not specified, the default is spread.

      Returns:
      the next definition stage.