ComputePolicy Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. ComputePolicy
- com.
public class ComputePolicy
The parameters used to create a new compute policy.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
maxDegreeOfParallelismPerJob()
Get the maxDegreeOfParallelismPerJob value. |
Integer |
minPriorityPerJob()
Get the minPriorityPerJob value. |
String |
name()
Get the name value. |
UUID |
objectId()
Get the objectId value. |
AADObject |
objectType()
Get the objectType value. |
Compute |
withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maxDegreeOfParallelismPerJob value. |
Compute |
withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minPriorityPerJob value. |
Method Details
maxDegreeOfParallelismPerJob
public Integer maxDegreeOfParallelismPerJob()
Get the maxDegreeOfParallelismPerJob value.
Returns:
minPriorityPerJob
public Integer minPriorityPerJob()
Get the minPriorityPerJob value.
Returns:
name
public String name()
Get the name value.
Returns:
objectId
public UUID objectId()
Get the objectId value.
Returns:
objectType
public AADObjectType objectType()
Get the objectType value.
Returns:
withMaxDegreeOfParallelismPerJob
public ComputePolicy withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maxDegreeOfParallelismPerJob value.
Parameters:
Returns:
withMinPriorityPerJob
public ComputePolicy withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minPriorityPerJob value.
Parameters:
Returns:
Applies to
Azure SDK for Java