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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.