Interface ComputePolicy.UpdateStages.WithMaxDegreeOfParallelismPerJob

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

public static interface ComputePolicy.UpdateStages.WithMaxDegreeOfParallelismPerJob
The stage of the ComputePolicy update allowing to specify maxDegreeOfParallelismPerJob.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
    Specifies the maxDegreeOfParallelismPerJob property: The maximum degree of parallelism per job this user can use to submit jobs.
  • Method Details

    • withMaxDegreeOfParallelismPerJob

      ComputePolicy.Update withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
      Specifies the maxDegreeOfParallelismPerJob property: The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed..
      Parameters:
      maxDegreeOfParallelismPerJob - The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed.
      Returns:
      the next definition stage.