ComputeNodeFillType Enum
- java.
lang. Object - java.
lang. Enum<ComputeNodeFillType> - com.
microsoft. azure. management. batch. ComputeNodeFillType
- com.
- java.
public enum ComputeNodeFillType
Defines values for ComputeNodeFillType.
Fields
PACK |
As many tasks as possible (taskSlotsPerNode) should be assigned to each node in the pool before any tasks are assigned to the next node in the pool. |
SPREAD |
Tasks should be assigned evenly across all nodes in the pool. |
Methods
fromString(String value)
public static ComputeNodeFillType fromString(String value)
Parses a serialized value to a ComputeNodeFillType instance.
Parameters
- value
- String
Returns
the parsed ComputeNodeFillType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java