126 строки
8.5 KiB
YAML
126 строки
8.5 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.azure.batch.protocol.models.JobState"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState"
|
|
name: "JobState"
|
|
nameWithType: "JobState"
|
|
summary: "Defines values for Job<wbr>State."
|
|
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 **JobState**</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.JobState?alt=com.microsoft.azure.batch.protocol.models.JobState&text=JobState\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.ACTIVE"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.ACTIVE"
|
|
name: "ACTIVE"
|
|
nameWithType: "JobState.ACTIVE"
|
|
summary: "The Job is available to have Tasks scheduled."
|
|
desc: "The Job is available to have Tasks scheduled."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.COMPLETED"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.COMPLETED"
|
|
name: "COMPLETED"
|
|
nameWithType: "JobState.COMPLETED"
|
|
summary: "All Tasks have terminated, and the system will not accept any more Tasks or any further changes to the Job."
|
|
desc: "All Tasks have terminated, and the system will not accept any more Tasks or any further changes to the Job."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.DELETING"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.DELETING"
|
|
name: "DELETING"
|
|
nameWithType: "JobState.DELETING"
|
|
summary: "A user has requested that the Job be deleted, but the delete operation is still in progress (for example, because the system is still terminating running Tasks)."
|
|
desc: "A user has requested that the Job be deleted, but the delete operation is still in progress (for example, because the system is still terminating running Tasks)."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.DISABLED"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.DISABLED"
|
|
name: "DISABLED"
|
|
nameWithType: "JobState.DISABLED"
|
|
summary: "A user has disabled the Job."
|
|
desc: "A user has disabled the Job. No Tasks are running, and no new Tasks will be scheduled."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.DISABLING"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.DISABLING"
|
|
name: "DISABLING"
|
|
nameWithType: "JobState.DISABLING"
|
|
summary: "A user has requested that the Job be disabled, but the disable operation is still in progress (for example, waiting for Tasks to terminate)."
|
|
desc: "A user has requested that the Job be disabled, but the disable operation is still in progress (for example, waiting for Tasks to terminate)."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.ENABLING"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.ENABLING"
|
|
name: "ENABLING"
|
|
nameWithType: "JobState.ENABLING"
|
|
summary: "A user has requested that the Job be enabled, but the enable operation is still in progress."
|
|
desc: "A user has requested that the Job be enabled, but the enable operation is still in progress."
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.TERMINATING"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.TERMINATING"
|
|
name: "TERMINATING"
|
|
nameWithType: "JobState.TERMINATING"
|
|
summary: "The Job is about to complete, either because a Job Manager Task has completed or because the user has terminated the Job, but the terminate operation is still in progress (for example, because Job Release Tasks are running)."
|
|
desc: "The Job is about to complete, either because a Job Manager Task has completed or because the user has terminated the Job, but the terminate operation is still in progress (for example, because Job Release Tasks are running)."
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.fromString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "JobState.fromString(String value)"
|
|
summary: "Parses a serialized value to a Job<wbr>State 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 JobState fromString(String value)"
|
|
desc: "Parses a serialized value to a JobState instance."
|
|
returns:
|
|
description: "the parsed JobState object, or null if unable to parse."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobState?alt=com.microsoft.azure.batch.protocol.models.JobState&text=JobState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.toString()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.toString()"
|
|
name: "toString()"
|
|
nameWithType: "JobState.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.JobState.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "JobState.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 JobState valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobState?alt=com.microsoft.azure.batch.protocol.models.JobState&text=JobState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.JobState.values()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.JobState.values()"
|
|
name: "values()"
|
|
nameWithType: "JobState.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static JobState[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobState?alt=com.microsoft.azure.batch.protocol.models.JobState&text=JobState\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines values for JobState."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:11.2.0
|