ComputePolicy.UpdateStages.WithMaxDegreeOfParallelismPerJob Interface

public static interface ComputePolicy.UpdateStages.WithMaxDegreeOfParallelismPerJob

The stage of the ComputePolicy update allowing to specify maxDegreeOfParallelismPerJob.

Method Summary

Modifier and Type Method and Description
abstract Update withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Specifies the maxDegreeOfParallelismPerJob property: The maximum degree of parallelism per job this user can use to submit jobs.

Method Details

withMaxDegreeOfParallelismPerJob

public abstract 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.

Applies to