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