public class TaskStatistics extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskStatistics.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected long |
averageExecutionTime |
protected long |
averageJobRunTime |
protected long |
count |
protected long |
maxExecutionTime |
protected long |
maxJobRunTime |
protected long |
minExecutionTime |
protected long |
minJobRunTime |
protected long |
totalExecutionTime |
protected long |
totalJobRunTime |
| Constructor and Description |
|---|
TaskStatistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageExecutionTime() |
long |
getAverageJobRunTime() |
long |
getCount() |
long |
getMaxExecutionTime() |
long |
getMaxJobRunTime() |
long |
getMinExecutionTime() |
long |
getMinJobRunTime() |
long |
getTotalExecutionTime() |
long |
getTotalJobRunTime() |
protected long count
protected long minJobRunTime
protected long maxJobRunTime
protected long totalJobRunTime
protected long minExecutionTime
protected long maxExecutionTime
protected long totalExecutionTime
protected long averageJobRunTime
protected long averageExecutionTime
public long getCount()
public long getMinJobRunTime()
public long getMaxJobRunTime()
public long getTotalJobRunTime()
public long getMinExecutionTime()
public long getMaxExecutionTime()
public long getTotalExecutionTime()
public long getAverageJobRunTime()
public long getAverageExecutionTime()
Copyright © 2015–2016. All rights reserved.