|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.apollo.dto.TimeMetricDTO
public class TimeMetricDTO
| Field Summary | |
|---|---|
long |
count
The number of timed events |
long |
max
The maximum time in nanoseconds spent in an event |
long |
min
The minimum time in nanoseconds spent in an event |
long |
total
The total time in nanoseconds |
| Constructor Summary | |
|---|---|
TimeMetricDTO()
|
|
| Method Summary | |
|---|---|
float |
avg(java.util.concurrent.TimeUnit unit)
|
float |
frequency(java.util.concurrent.TimeUnit unit)
|
float |
max(java.util.concurrent.TimeUnit unit)
|
float |
min(java.util.concurrent.TimeUnit unit)
|
float |
total(java.util.concurrent.TimeUnit unit)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long count
public long total
public long max
public long min
| Constructor Detail |
|---|
public TimeMetricDTO()
| Method Detail |
|---|
public float max(java.util.concurrent.TimeUnit unit)
public float min(java.util.concurrent.TimeUnit unit)
public float total(java.util.concurrent.TimeUnit unit)
public float avg(java.util.concurrent.TimeUnit unit)
public float frequency(java.util.concurrent.TimeUnit unit)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||