|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fusesource.hawtdispatch.Metrics
public class Metrics
Field Summary | |
---|---|
long |
dequeued
The number of runnable tasks that have been removed from the queue and executed. |
long |
enqueued
The number of runnable tasks queued. |
long |
maxRunTimeNS
The long amount of time a runnable task spent executing in nanoseconds. |
long |
maxWaitTimeNS
The longest amount of time at runnable task spent waiting in the queue. |
DispatchQueue |
queue
The dispatch queue associated with the metrics collected. |
long |
totalRunTimeNS
The sum of all the time spent executing tasks in nanoseconds. |
long |
totalWaitTimeNS
The sum of all the time that tasks spent waiting in the queue in nanoseconds. |
Constructor Summary | |
---|---|
Metrics()
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public DispatchQueue queue
public long enqueued
public long dequeued
public long maxWaitTimeNS
public long maxRunTimeNS
public long totalRunTimeNS
public long totalWaitTimeNS
Constructor Detail |
---|
public Metrics()
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |