156 строки
8.2 KiB
YAML
156 строки
8.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.batch.protocol.models.TaskCounts"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts"
|
|
name: "TaskCounts"
|
|
nameWithType: "TaskCounts"
|
|
summary: "The Task counts for a Job."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<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#hashCode--\">hashCode</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#toString--\">toString</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 class **TaskCounts**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.TaskCounts()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.TaskCounts()"
|
|
name: "TaskCounts()"
|
|
nameWithType: "TaskCounts.TaskCounts()"
|
|
syntax: "public TaskCounts()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.active()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.active()"
|
|
name: "active()"
|
|
nameWithType: "TaskCounts.active()"
|
|
summary: "Get the active value."
|
|
syntax: "public int active()"
|
|
desc: "Get the active value."
|
|
returns:
|
|
description: "the active value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.completed()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.completed()"
|
|
name: "completed()"
|
|
nameWithType: "TaskCounts.completed()"
|
|
summary: "Get the completed value."
|
|
syntax: "public int completed()"
|
|
desc: "Get the completed value."
|
|
returns:
|
|
description: "the completed value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.failed()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.failed()"
|
|
name: "failed()"
|
|
nameWithType: "TaskCounts.failed()"
|
|
summary: "Get the failed value."
|
|
syntax: "public int failed()"
|
|
desc: "Get the failed value."
|
|
returns:
|
|
description: "the failed value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.running()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.running()"
|
|
name: "running()"
|
|
nameWithType: "TaskCounts.running()"
|
|
summary: "Get the running value."
|
|
syntax: "public int running()"
|
|
desc: "Get the running value."
|
|
returns:
|
|
description: "the running value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.succeeded()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.succeeded()"
|
|
name: "succeeded()"
|
|
nameWithType: "TaskCounts.succeeded()"
|
|
summary: "Get the succeeded value."
|
|
syntax: "public int succeeded()"
|
|
desc: "Get the succeeded value."
|
|
returns:
|
|
description: "the succeeded value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.withActive(int)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.withActive(int active)"
|
|
name: "withActive(int active)"
|
|
nameWithType: "TaskCounts.withActive(int active)"
|
|
summary: "Set the active value."
|
|
parameters:
|
|
- description: "the active value to set"
|
|
name: "active"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskCounts withActive(int active)"
|
|
desc: "Set the active value."
|
|
returns:
|
|
description: "the TaskCounts object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCounts?alt=com.microsoft.azure.batch.protocol.models.TaskCounts&text=TaskCounts\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.withCompleted(int)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.withCompleted(int completed)"
|
|
name: "withCompleted(int completed)"
|
|
nameWithType: "TaskCounts.withCompleted(int completed)"
|
|
summary: "Set the completed value."
|
|
parameters:
|
|
- description: "the completed value to set"
|
|
name: "completed"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskCounts withCompleted(int completed)"
|
|
desc: "Set the completed value."
|
|
returns:
|
|
description: "the TaskCounts object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCounts?alt=com.microsoft.azure.batch.protocol.models.TaskCounts&text=TaskCounts\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.withFailed(int)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.withFailed(int failed)"
|
|
name: "withFailed(int failed)"
|
|
nameWithType: "TaskCounts.withFailed(int failed)"
|
|
summary: "Set the failed value."
|
|
parameters:
|
|
- description: "the failed value to set"
|
|
name: "failed"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskCounts withFailed(int failed)"
|
|
desc: "Set the failed value."
|
|
returns:
|
|
description: "the TaskCounts object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCounts?alt=com.microsoft.azure.batch.protocol.models.TaskCounts&text=TaskCounts\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.withRunning(int)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.withRunning(int running)"
|
|
name: "withRunning(int running)"
|
|
nameWithType: "TaskCounts.withRunning(int running)"
|
|
summary: "Set the running value."
|
|
parameters:
|
|
- description: "the running value to set"
|
|
name: "running"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskCounts withRunning(int running)"
|
|
desc: "Set the running value."
|
|
returns:
|
|
description: "the TaskCounts object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCounts?alt=com.microsoft.azure.batch.protocol.models.TaskCounts&text=TaskCounts\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskCounts.withSucceeded(int)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskCounts.withSucceeded(int succeeded)"
|
|
name: "withSucceeded(int succeeded)"
|
|
nameWithType: "TaskCounts.withSucceeded(int succeeded)"
|
|
summary: "Set the succeeded value."
|
|
parameters:
|
|
- description: "the succeeded value to set"
|
|
name: "succeeded"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskCounts withSucceeded(int succeeded)"
|
|
desc: "Set the succeeded value."
|
|
returns:
|
|
description: "the TaskCounts object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskCounts?alt=com.microsoft.azure.batch.protocol.models.TaskCounts&text=TaskCounts\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The Task counts for a Job."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:10.1.0
|