ComputeNodeFillType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.ComputeNodeFillType

public enum ComputeNodeFillType
extends Enum<ComputeNodeFillType>

Defines values for ComputeNodeFillType.

Fields

PACK

As many Tasks as possible (taskSlotsPerNode) should be assigned to each Compute Node in the Pool before any Tasks are assigned to the next Compute Node in the Pool.

SPREAD

Tasks should be assigned evenly across all Compute Nodes in the Pool.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

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

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ComputeNodeFillType valueOf(String name)

Parameters

name
String

Returns

values()

public static ComputeNodeFillType[] values()

Returns

Applies to