TaskSchedulingPolicy Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. TaskSchedulingPolicy
- com.
public class TaskSchedulingPolicy
Specifies how tasks should be distributed across compute nodes.
Method Summary
Modifier and Type | Method and Description |
---|---|
Compute |
nodeFillType()
Get possible values include: 'spread', 'pack'. |
Task |
withNodeFillType(ComputeNodeFillType nodeFillType)
Set possible values include: 'spread', 'pack'. |
Method Details
nodeFillType
public ComputeNodeFillType nodeFillType()
Get possible values include: 'spread', 'pack'.
Returns:
withNodeFillType
public TaskSchedulingPolicy withNodeFillType(ComputeNodeFillType nodeFillType)
Set possible values include: 'spread', 'pack'.
Parameters:
Returns: