Class ScheduledTaskDurationInfo
java.lang.Object
org.gcube.vremanagement.executor.scheduledtask.ScheduledTaskDurationInfo
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScheduledTaskDurationInfo(long last, long avg, long min, long max) -
Method Summary
-
Field Details
-
last
protected long last -
avg
protected long avg -
min
protected long min -
max
protected long max
-
-
Constructor Details
-
ScheduledTaskDurationInfo
protected ScheduledTaskDurationInfo() -
ScheduledTaskDurationInfo
public ScheduledTaskDurationInfo(long last, long avg, long min, long max)
-
-
Method Details
-
getLast
public long getLast()- Returns:
- the last
-
setLast
public void setLast(long last) - Parameters:
last- the last to set
-
getAvg
public long getAvg()- Returns:
- the avg
-
setAvg
public void setAvg(long avg) - Parameters:
avg- the avg to set
-
getMin
public long getMin()- Returns:
- the min
-
setMin
public void setMin(long min) - Parameters:
min- the min to set
-
getMax
public long getMax()- Returns:
- the max
-
setMax
public void setMax(long max) - Parameters:
max- the max to set
-