ComputeNodeFillType Enum

  • java.lang.Object
    • java.lang.Enum<ComputeNodeFillType>
      • com.microsoft.azure.management.batch.ComputeNodeFillType

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
the serialized value to parse.

Returns

the parsed ComputeNodeFillType object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to