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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java