|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.nio.statistics.TotalTimeSpent
public class TotalTimeSpent
Information about total time spent on a group of tasks.
| Constructor Summary | |
|---|---|
TotalTimeSpent()
|
|
| Method Summary | |
|---|---|
long |
getFailures()
Get the number of failed jobs |
long |
getSuccessful()
Get the number of successfully completed jobs |
long |
getTotalMillis()
Get the total time spent doing this kind of task |
void |
update(CompletionEntry ce)
Update this information with data from the newly completed task. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TotalTimeSpent()
| Method Detail |
|---|
public void update(CompletionEntry ce)
public long getSuccessful()
public long getFailures()
public long getTotalMillis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||