|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.msi.threadpuddle.Statistics
Statistics - job execution statistics.
| Field Summary | |
private long |
startTime
|
private long |
stopTime
|
private long |
submitTime
|
| Constructor Summary | |
Statistics(long submitTime,
long startTime,
long stopTime)
Creates a new Statistics instance. |
|
| Method Summary | |
long |
getStartTime()
Get the value of startTime. |
long |
getStopTime()
Get the value of stopTime. |
long |
getSubmitTime()
Get the value of submitTime. |
void |
setStartTime(long v)
Set the value of startTime. |
void |
setStopTime(long v)
Set the value of stopTime. |
void |
setSubmitTime(long v)
Set the value of submitTime. |
java.lang.String |
toString()
toString - representation of the current statistics. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private long submitTime
private long startTime
private long stopTime
| Constructor Detail |
public Statistics(long submitTime,
long startTime,
long stopTime)
Statistics instance.
submitTime - a long valuestartTime - a long valuestopTime - a long value| Method Detail |
public java.lang.String toString()
toString - representation of the current statistics.
toString in class java.lang.ObjectString valuepublic long getStopTime()
public void setStopTime(long v)
v - Value to assign to stopTime.public long getStartTime()
public void setStartTime(long v)
v - Value to assign to startTime.public long getSubmitTime()
public void setSubmitTime(long v)
v - Value to assign to submitTime.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||