JobScheduleStatistics 类
定义
Resource usage statistics for a job schedule.
public class JobScheduleStatistics
- 继承
-
java.lang.ObjectJobScheduleStatistics
方法
kernelCPUTime() |
Get the kernelCPUTime value.
|
lastUpdateTime() |
Get the lastUpdateTime value.
|
numFailedTasks() |
Get the numFailedTasks value.
|
numSucceededTasks() |
Get the numSucceededTasks value.
|
numTaskRetries() |
Get the numTaskRetries value.
|
readIOGiB() |
Get the readIOGiB value.
|
readIOps() |
Get the readIOps value.
|
startTime() |
Get the startTime value.
|
url() |
Get the url value.
|
userCPUTime() |
Get the userCPUTime value.
|
waitTime() |
Get this value is only reported in the account lifetime statistics; it is not included in the job statistics.
|
wallClockTime() |
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 a task was retried, this includes the wall clock time of all the task retries.
|
withKernelCPUTime(Period kernelCPUTime) |
Set the kernelCPUTime value.
|
withLastUpdateTime(DateTime lastUpdateTime) |
Set the lastUpdateTime value.
|
withNumFailedTasks(long numFailedTasks) |
Set the numFailedTasks value.
|
withNumSucceededTasks(long numSucceededTasks) |
Set the numSucceededTasks value.
|
withNumTaskRetries(long numTaskRetries) |
Set the numTaskRetries value.
|
withReadIOGiB(double readIOGiB) |
Set the readIOGiB value.
|
withReadIOps(long readIOps) |
Set the readIOps value.
|
withStartTime(DateTime startTime) |
Set the startTime value.
|
withUrl(String url) |
Set the url value.
|
withUserCPUTime(Period userCPUTime) |
Set the userCPUTime value.
|
withWaitTime(Period waitTime) |
Set this value is only reported in the account lifetime statistics; it is not included in the job statistics.
|
withWallClockTime(Period wallClockTime) |
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 a task was retried, this includes the wall clock time of all the task retries.
|
withWriteIOGiB(double writeIOGiB) |
Set the writeIOGiB value.
|
withWriteIOps(long writeIOps) |
Set the writeIOps value.
|
writeIOGiB() |
Get the writeIOGiB value.
|
writeIOps() |
Get the writeIOps value.
|