Class TaskSchedulingPolicy
java.lang.Object
com.microsoft.azure.management.batch.TaskSchedulingPolicy
Specifies how tasks should be distributed across compute nodes.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet possible values include: 'Spread', 'Pack'.withNodeFillType
(ComputeNodeFillType nodeFillType) Set possible values include: 'Spread', 'Pack'.
-
Constructor Details
-
TaskSchedulingPolicy
public TaskSchedulingPolicy()
-
-
Method Details
-
nodeFillType
Get possible values include: 'Spread', 'Pack'.- Returns:
- the nodeFillType value
-
withNodeFillType
Set possible values include: 'Spread', 'Pack'.- Parameters:
nodeFillType
- the nodeFillType value to set- Returns:
- the TaskSchedulingPolicy object itself.
-