58 строки
3.6 KiB
YAML
58 строки
3.6 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.REQUEUE
|
|
name: REQUEUE
|
|
nameWithType: ComputeNodeRebootOption.REQUEUE
|
|
summary: <p>Terminate running task processes and requeue the tasks. The tasks will run again when a node is available. Restart the node as soon as tasks have been terminated. </p>
|
|
uid: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.REQUEUE
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.RETAINED_DATA
|
|
name: RETAINED_DATA
|
|
nameWithType: ComputeNodeRebootOption.RETAINED_DATA
|
|
summary: <p>Allow currently running tasks to complete, then wait for all task data retention periods to expire. Schedule no new tasks while waiting. Restart the node when all task retention periods have expired. </p>
|
|
uid: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.RETAINED_DATA
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.TASK_COMPLETION
|
|
name: TASK_COMPLETION
|
|
nameWithType: ComputeNodeRebootOption.TASK_COMPLETION
|
|
summary: <p>Allow currently running tasks to complete. Schedule no new tasks while waiting. Restart the node when all tasks have completed. </p>
|
|
uid: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.TASK_COMPLETION
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.TERMINATE
|
|
name: TERMINATE
|
|
nameWithType: ComputeNodeRebootOption.TERMINATE
|
|
summary: <p>Terminate running tasks. The tasks will be completed with failureInfo indicating that they were terminated, and will not run again. Restart the node as soon as tasks have been terminated. </p>
|
|
uid: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.TERMINATE
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<ComputeNodeRebootOption>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.fromString(String value)
|
|
name: fromString(String value)
|
|
nameWithType: ComputeNodeRebootOption.fromString(String value)
|
|
parameters:
|
|
- description: <p>the serialized value to parse. </p>
|
|
name: value
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the parsed ComputeNodeRebootOption object, or null if unable to parse. </p>
|
|
type: <xref href="com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption?alt=com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption&text=ComputeNodeRebootOption" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Parses a serialized value to a ComputeNodeRebootOption instance.</p>
|
|
|
|
<p></p>
|
|
syntax: public static ComputeNodeRebootOption fromString(String value)
|
|
uid: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.fromString(String)
|
|
- fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.toString()
|
|
name: toString()
|
|
nameWithType: ComputeNodeRebootOption.toString()
|
|
returns:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String toString()
|
|
uid: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption.toString()
|
|
nameWithType: ComputeNodeRebootOption
|
|
syntax: public enum ComputeNodeRebootOption
|
|
uid: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
|
|
fullName: com.microsoft.azure.batch.protocol.models.ComputeNodeRebootOption
|
|
name: ComputeNodeRebootOption
|
|
package: com.microsoft.azure.batch.protocol.models
|
|
summary: <p>Defines values for ComputeNodeRebootOption. </p>
|
|
metadata: {}
|