public class ScheduledTaskDurationInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
avg |
protected long |
last |
protected long |
max |
protected long |
min |
| Modifier | Constructor and Description |
|---|---|
protected |
ScheduledTaskDurationInfo() |
|
ScheduledTaskDurationInfo(long last,
long avg,
long min,
long max) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvg() |
long |
getLast() |
long |
getMax() |
long |
getMin() |
void |
setAvg(long avg) |
void |
setLast(long last) |
void |
setMax(long max) |
void |
setMin(long min) |
protected long last
protected long avg
protected long min
protected long max
protected ScheduledTaskDurationInfo()
public ScheduledTaskDurationInfo(long last,
long avg,
long min,
long max)
public long getLast()
public void setLast(long last)
last - the last to setpublic long getAvg()
public void setAvg(long avg)
avg - the avg to setpublic long getMin()
public void setMin(long min)
min - the min to setpublic long getMax()
public void setMax(long max)
max - the max to setCopyright © 2017. All Rights Reserved.