TaskSchedulingPolicy Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.TaskSchedulingPolicy

public class TaskSchedulingPolicy

Specifies how tasks should be distributed across compute nodes.

Constructor Summary

Constructor Description
TaskSchedulingPolicy()

Method Summary

Modifier and Type Method and Description
ComputeNodeFillType nodeFillType()

Get possible values include: 'Spread', 'Pack'.

TaskSchedulingPolicy withNodeFillType(ComputeNodeFillType nodeFillType)

Set possible values include: 'Spread', 'Pack'.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TaskSchedulingPolicy

public TaskSchedulingPolicy()

Method Details

nodeFillType

public ComputeNodeFillType nodeFillType()

Get possible values include: 'Spread', 'Pack'.

Returns:

the nodeFillType value

withNodeFillType

public TaskSchedulingPolicy withNodeFillType(ComputeNodeFillType nodeFillType)

Set possible values include: 'Spread', 'Pack'.

Parameters:

nodeFillType - the nodeFillType value to set

Returns:

the TaskSchedulingPolicy object itself.

Applies to