public interface ExecutionStatistics
ExecutionStatistics
contains
TimeWindowStatistics
for various time window sizes.
Statistics retrieved from Jersey runtime might be mutable and thanks to it might provide inconsistent data
as not all statistics are updated in the same time. To retrieve the immutable and consistent
statistics data the method snapshot()
should be used.See monitoring statistics for general details about statistics.
Modifier and Type | Method and Description |
---|---|
Date |
getLastStartTime()
Return time when target was executed last time.
|
Map<Long,TimeWindowStatistics> |
getTimeWindowStatistics()
Returns time window statistics for available time window sizes.
|
ExecutionStatistics |
snapshot()
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
|
Date getLastStartTime()
Map<Long,TimeWindowStatistics> getTimeWindowStatistics()
time window statistics
for the corresponding time window
as value.time window statistics
for the corresponding time window
as value.@Deprecated ExecutionStatistics snapshot()
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.