static class MonitoringEventListener.TimeStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
duration |
private long |
startTime |
Modifier | Constructor and Description |
---|---|
private |
TimeStats(long startTime,
long requestDuration) |
Modifier and Type | Method and Description |
---|---|
(package private) long |
getDuration()
Get duration.
|
(package private) long |
getStartTime()
Get start time.
|