300 строки
18 KiB
YAML
300 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics"
|
|
name: "TaskStatistics"
|
|
nameWithType: "TaskStatistics"
|
|
summary: "Resource usage statistics for a Task."
|
|
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 **TaskStatistics**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.TaskStatistics()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.TaskStatistics()"
|
|
name: "TaskStatistics()"
|
|
nameWithType: "TaskStatistics.TaskStatistics()"
|
|
syntax: "public TaskStatistics()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.kernelCPUTime()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.kernelCPUTime()"
|
|
name: "kernelCPUTime()"
|
|
nameWithType: "TaskStatistics.kernelCPUTime()"
|
|
summary: "Get the kernel<wbr>CPUTime value."
|
|
syntax: "public Period kernelCPUTime()"
|
|
desc: "Get the kernelCPUTime value."
|
|
returns:
|
|
description: "the kernelCPUTime value"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.lastUpdateTime()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.lastUpdateTime()"
|
|
name: "lastUpdateTime()"
|
|
nameWithType: "TaskStatistics.lastUpdateTime()"
|
|
summary: "Get the last<wbr>Update<wbr>Time value."
|
|
syntax: "public DateTime lastUpdateTime()"
|
|
desc: "Get the lastUpdateTime value."
|
|
returns:
|
|
description: "the lastUpdateTime value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.readIOGiB()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.readIOGiB()"
|
|
name: "readIOGiB()"
|
|
nameWithType: "TaskStatistics.readIOGiB()"
|
|
summary: "Get the read<wbr>IOGiB value."
|
|
syntax: "public double readIOGiB()"
|
|
desc: "Get the readIOGiB value."
|
|
returns:
|
|
description: "the readIOGiB value"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.readIOps()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.readIOps()"
|
|
name: "readIOps()"
|
|
nameWithType: "TaskStatistics.readIOps()"
|
|
summary: "Get the read<wbr>IOps value."
|
|
syntax: "public long readIOps()"
|
|
desc: "Get the readIOps value."
|
|
returns:
|
|
description: "the readIOps value"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.startTime()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "TaskStatistics.startTime()"
|
|
summary: "Get the start<wbr>Time value."
|
|
syntax: "public DateTime startTime()"
|
|
desc: "Get the startTime value."
|
|
returns:
|
|
description: "the startTime value"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.url()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.url()"
|
|
name: "url()"
|
|
nameWithType: "TaskStatistics.url()"
|
|
summary: "Get the url value."
|
|
syntax: "public String url()"
|
|
desc: "Get the url value."
|
|
returns:
|
|
description: "the url value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.userCPUTime()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.userCPUTime()"
|
|
name: "userCPUTime()"
|
|
nameWithType: "TaskStatistics.userCPUTime()"
|
|
summary: "Get the user<wbr>CPUTime value."
|
|
syntax: "public Period userCPUTime()"
|
|
desc: "Get the userCPUTime value."
|
|
returns:
|
|
description: "the userCPUTime value"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.waitTime()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.waitTime()"
|
|
name: "waitTime()"
|
|
nameWithType: "TaskStatistics.waitTime()"
|
|
summary: "Get the wait<wbr>Time value."
|
|
syntax: "public Period waitTime()"
|
|
desc: "Get the waitTime value."
|
|
returns:
|
|
description: "the waitTime value"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.wallClockTime()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.wallClockTime()"
|
|
name: "wallClockTime()"
|
|
nameWithType: "TaskStatistics.wallClockTime()"
|
|
summary: "Get the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then)."
|
|
syntax: "public Period wallClockTime()"
|
|
desc: "Get the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then). If the Task was retried, this includes the wall clock time of all the Task retries."
|
|
returns:
|
|
description: "the wallClockTime value"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withKernelCPUTime(org.joda.time.Period)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withKernelCPUTime(Period kernelCPUTime)"
|
|
name: "withKernelCPUTime(Period kernelCPUTime)"
|
|
nameWithType: "TaskStatistics.withKernelCPUTime(Period kernelCPUTime)"
|
|
summary: "Set the kernel<wbr>CPUTime value."
|
|
parameters:
|
|
- description: "the kernelCPUTime value to set"
|
|
name: "kernelCPUTime"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withKernelCPUTime(Period kernelCPUTime)"
|
|
desc: "Set the kernelCPUTime value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withLastUpdateTime(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withLastUpdateTime(DateTime lastUpdateTime)"
|
|
name: "withLastUpdateTime(DateTime lastUpdateTime)"
|
|
nameWithType: "TaskStatistics.withLastUpdateTime(DateTime lastUpdateTime)"
|
|
summary: "Set the last<wbr>Update<wbr>Time value."
|
|
parameters:
|
|
- description: "the lastUpdateTime value to set"
|
|
name: "lastUpdateTime"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withLastUpdateTime(DateTime lastUpdateTime)"
|
|
desc: "Set the lastUpdateTime value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withReadIOGiB(double)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withReadIOGiB(double readIOGiB)"
|
|
name: "withReadIOGiB(double readIOGiB)"
|
|
nameWithType: "TaskStatistics.withReadIOGiB(double readIOGiB)"
|
|
summary: "Set the read<wbr>IOGiB value."
|
|
parameters:
|
|
- description: "the readIOGiB value to set"
|
|
name: "readIOGiB"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withReadIOGiB(double readIOGiB)"
|
|
desc: "Set the readIOGiB value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withReadIOps(long)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withReadIOps(long readIOps)"
|
|
name: "withReadIOps(long readIOps)"
|
|
nameWithType: "TaskStatistics.withReadIOps(long readIOps)"
|
|
summary: "Set the read<wbr>IOps value."
|
|
parameters:
|
|
- description: "the readIOps value to set"
|
|
name: "readIOps"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withReadIOps(long readIOps)"
|
|
desc: "Set the readIOps value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withStartTime(org.joda.time.DateTime)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withStartTime(DateTime startTime)"
|
|
name: "withStartTime(DateTime startTime)"
|
|
nameWithType: "TaskStatistics.withStartTime(DateTime startTime)"
|
|
summary: "Set the start<wbr>Time value."
|
|
parameters:
|
|
- description: "the startTime value to set"
|
|
name: "startTime"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withStartTime(DateTime startTime)"
|
|
desc: "Set the startTime value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withUrl(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withUrl(String url)"
|
|
name: "withUrl(String url)"
|
|
nameWithType: "TaskStatistics.withUrl(String url)"
|
|
summary: "Set the url value."
|
|
parameters:
|
|
- description: "the url value to set"
|
|
name: "url"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public TaskStatistics withUrl(String url)"
|
|
desc: "Set the url value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withUserCPUTime(org.joda.time.Period)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withUserCPUTime(Period userCPUTime)"
|
|
name: "withUserCPUTime(Period userCPUTime)"
|
|
nameWithType: "TaskStatistics.withUserCPUTime(Period userCPUTime)"
|
|
summary: "Set the user<wbr>CPUTime value."
|
|
parameters:
|
|
- description: "the userCPUTime value to set"
|
|
name: "userCPUTime"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withUserCPUTime(Period userCPUTime)"
|
|
desc: "Set the userCPUTime value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWaitTime(org.joda.time.Period)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWaitTime(Period waitTime)"
|
|
name: "withWaitTime(Period waitTime)"
|
|
nameWithType: "TaskStatistics.withWaitTime(Period waitTime)"
|
|
summary: "Set the wait<wbr>Time value."
|
|
parameters:
|
|
- description: "the waitTime value to set"
|
|
name: "waitTime"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withWaitTime(Period waitTime)"
|
|
desc: "Set the waitTime value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWallClockTime(org.joda.time.Period)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWallClockTime(Period wallClockTime)"
|
|
name: "withWallClockTime(Period wallClockTime)"
|
|
nameWithType: "TaskStatistics.withWallClockTime(Period wallClockTime)"
|
|
summary: "Set the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then)."
|
|
parameters:
|
|
- description: "the wallClockTime value to set"
|
|
name: "wallClockTime"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withWallClockTime(Period wallClockTime)"
|
|
desc: "Set the wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then). If the Task was retried, this includes the wall clock time of all the Task retries."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWriteIOGiB(double)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWriteIOGiB(double writeIOGiB)"
|
|
name: "withWriteIOGiB(double writeIOGiB)"
|
|
nameWithType: "TaskStatistics.withWriteIOGiB(double writeIOGiB)"
|
|
summary: "Set the write<wbr>IOGiB value."
|
|
parameters:
|
|
- description: "the writeIOGiB value to set"
|
|
name: "writeIOGiB"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withWriteIOGiB(double writeIOGiB)"
|
|
desc: "Set the writeIOGiB value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWriteIOps(long)"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.withWriteIOps(long writeIOps)"
|
|
name: "withWriteIOps(long writeIOps)"
|
|
nameWithType: "TaskStatistics.withWriteIOps(long writeIOps)"
|
|
summary: "Set the write<wbr>IOps value."
|
|
parameters:
|
|
- description: "the writeIOps value to set"
|
|
name: "writeIOps"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TaskStatistics withWriteIOps(long writeIOps)"
|
|
desc: "Set the writeIOps value."
|
|
returns:
|
|
description: "the TaskStatistics object itself."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.TaskStatistics?alt=com.microsoft.azure.batch.protocol.models.TaskStatistics&text=TaskStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.writeIOGiB()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.writeIOGiB()"
|
|
name: "writeIOGiB()"
|
|
nameWithType: "TaskStatistics.writeIOGiB()"
|
|
summary: "Get the write<wbr>IOGiB value."
|
|
syntax: "public double writeIOGiB()"
|
|
desc: "Get the writeIOGiB value."
|
|
returns:
|
|
description: "the writeIOGiB value"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.models.TaskStatistics.writeIOps()"
|
|
fullName: "com.microsoft.azure.batch.protocol.models.TaskStatistics.writeIOps()"
|
|
name: "writeIOps()"
|
|
nameWithType: "TaskStatistics.writeIOps()"
|
|
summary: "Get the write<wbr>IOps value."
|
|
syntax: "public long writeIOps()"
|
|
desc: "Get the writeIOps value."
|
|
returns:
|
|
description: "the writeIOps value"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Resource usage statistics for a Task."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol.models"
|
|
artifact: com.microsoft.azure:azure-batch:11.2.0
|