96 строки
6.7 KiB
YAML
96 строки
6.7 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType"
|
|
name: "ComputeNodeFillType"
|
|
nameWithType: "ComputeNodeFillType"
|
|
summary: "Defines values for Compute<wbr>Node<wbr>Fill<wbr>Type."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public enum **ComputeNodeFillType**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeFillType?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeFillType&text=ComputeNodeFillType\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.PACK"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.PACK"
|
|
name: "PACK"
|
|
nameWithType: "ComputeNodeFillType.PACK"
|
|
summary: "As many Tasks as possible (task<wbr>Slots<wbr>Per<wbr>Node) should be assigned to each Compute Node in the Pool before any Tasks are assigned to the next Compute Node in the Pool."
|
|
desc: "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."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.SPREAD"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.SPREAD"
|
|
name: "SPREAD"
|
|
nameWithType: "ComputeNodeFillType.SPREAD"
|
|
summary: "Tasks should be assigned evenly across all Compute Nodes in the Pool."
|
|
desc: "Tasks should be assigned evenly across all Compute Nodes in the Pool."
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "ComputeNodeFillType.fromString(String value)"
|
|
summary: "Parses a serialized value to a Compute<wbr>Node<wbr>Fill<wbr>Type instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static ComputeNodeFillType fromString(String value)"
|
|
desc: "Parses a serialized value to a ComputeNodeFillType instance."
|
|
returns:
|
|
description: "the parsed ComputeNodeFillType object, or null if unable to parse."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeFillType?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeFillType&text=ComputeNodeFillType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.toString()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.toString()"
|
|
name: "toString()"
|
|
nameWithType: "ComputeNodeFillType.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "ComputeNodeFillType.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static ComputeNodeFillType valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeFillType?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeFillType&text=ComputeNodeFillType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.values()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.ComputeNodeFillType.values()"
|
|
name: "values()"
|
|
nameWithType: "ComputeNodeFillType.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static ComputeNodeFillType[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ComputeNodeFillType?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeFillType&text=ComputeNodeFillType\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for ComputeNodeFillType."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:11.2.0
|