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