public class JobScheduleStatistics extends Object
Constructor and Description |
---|
JobScheduleStatistics() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.Period |
kernelCPUTime()
Get the kernelCPUTime value.
|
org.joda.time.DateTime |
lastUpdateTime()
Get the lastUpdateTime value.
|
long |
numFailedTasks()
Get the numFailedTasks value.
|
long |
numSucceededTasks()
Get the numSucceededTasks value.
|
long |
numTaskRetries()
Get the numTaskRetries value.
|
double |
readIOGiB()
Get the readIOGiB value.
|
long |
readIOps()
Get the readIOps value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
String |
url()
Get the url value.
|
org.joda.time.Period |
userCPUTime()
Get the userCPUTime value.
|
org.joda.time.Period |
waitTime()
Get the waitTime value.
|
org.joda.time.Period |
wallClockTime()
Get the wallClockTime value.
|
JobScheduleStatistics |
withKernelCPUTime(org.joda.time.Period kernelCPUTime)
Set the kernelCPUTime value.
|
JobScheduleStatistics |
withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
Set the lastUpdateTime value.
|
JobScheduleStatistics |
withNumFailedTasks(long numFailedTasks)
Set the numFailedTasks value.
|
JobScheduleStatistics |
withNumSucceededTasks(long numSucceededTasks)
Set the numSucceededTasks value.
|
JobScheduleStatistics |
withNumTaskRetries(long numTaskRetries)
Set the numTaskRetries value.
|
JobScheduleStatistics |
withReadIOGiB(double readIOGiB)
Set the readIOGiB value.
|
JobScheduleStatistics |
withReadIOps(long readIOps)
Set the readIOps value.
|
JobScheduleStatistics |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
JobScheduleStatistics |
withUrl(String url)
Set the url value.
|
JobScheduleStatistics |
withUserCPUTime(org.joda.time.Period userCPUTime)
Set the userCPUTime value.
|
JobScheduleStatistics |
withWaitTime(org.joda.time.Period waitTime)
Set the waitTime value.
|
JobScheduleStatistics |
withWallClockTime(org.joda.time.Period wallClockTime)
Set the wallClockTime value.
|
JobScheduleStatistics |
withWriteIOGiB(double writeIOGiB)
Set the writeIOGiB value.
|
JobScheduleStatistics |
withWriteIOps(long writeIOps)
Set the writeIOps value.
|
double |
writeIOGiB()
Get the writeIOGiB value.
|
long |
writeIOps()
Get the writeIOps value.
|
public String url()
public JobScheduleStatistics withUrl(String url)
url
- the url value to setpublic org.joda.time.DateTime startTime()
public JobScheduleStatistics withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime lastUpdateTime()
public JobScheduleStatistics withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
lastUpdateTime
- the lastUpdateTime value to setpublic org.joda.time.Period userCPUTime()
public JobScheduleStatistics withUserCPUTime(org.joda.time.Period userCPUTime)
userCPUTime
- the userCPUTime value to setpublic org.joda.time.Period kernelCPUTime()
public JobScheduleStatistics withKernelCPUTime(org.joda.time.Period kernelCPUTime)
kernelCPUTime
- the kernelCPUTime value to setpublic org.joda.time.Period wallClockTime()
public JobScheduleStatistics withWallClockTime(org.joda.time.Period wallClockTime)
wallClockTime
- the wallClockTime value to setpublic long readIOps()
public JobScheduleStatistics withReadIOps(long readIOps)
readIOps
- the readIOps value to setpublic long writeIOps()
public JobScheduleStatistics withWriteIOps(long writeIOps)
writeIOps
- the writeIOps value to setpublic double readIOGiB()
public JobScheduleStatistics withReadIOGiB(double readIOGiB)
readIOGiB
- the readIOGiB value to setpublic double writeIOGiB()
public JobScheduleStatistics withWriteIOGiB(double writeIOGiB)
writeIOGiB
- the writeIOGiB value to setpublic long numSucceededTasks()
public JobScheduleStatistics withNumSucceededTasks(long numSucceededTasks)
numSucceededTasks
- the numSucceededTasks value to setpublic long numFailedTasks()
public JobScheduleStatistics withNumFailedTasks(long numFailedTasks)
numFailedTasks
- the numFailedTasks value to setpublic long numTaskRetries()
public JobScheduleStatistics withNumTaskRetries(long numTaskRetries)
numTaskRetries
- the numTaskRetries value to setpublic org.joda.time.Period waitTime()
public JobScheduleStatistics withWaitTime(org.joda.time.Period waitTime)
waitTime
- the waitTime value to setCopyright © 2019. All rights reserved.