ComputePolicy Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.ComputePolicy

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.

AADObjectType objectType()

Get the objectType value.

ComputePolicy withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

ComputePolicy withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

Method Details

maxDegreeOfParallelismPerJob

public Integer maxDegreeOfParallelismPerJob()

Get the maxDegreeOfParallelismPerJob value.

Returns:

the maxDegreeOfParallelismPerJob value

minPriorityPerJob

public Integer minPriorityPerJob()

Get the minPriorityPerJob value.

Returns:

the minPriorityPerJob value

name

public String name()

Get the name value.

Returns:

the name value

objectId

public UUID objectId()

Get the objectId value.

Returns:

the objectId value

objectType

public AADObjectType objectType()

Get the objectType value.

Returns:

the objectType value

withMaxDegreeOfParallelismPerJob

public ComputePolicy withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

Parameters:

maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to set

Returns:

the ComputePolicy object itself.

withMinPriorityPerJob

public ComputePolicy withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

Parameters:

minPriorityPerJob - the minPriorityPerJob value to set

Returns:

the ComputePolicy object itself.

Applies to