Uses of Interface
com.atlassian.confluence.util.profiling.TimerSnapshot
-
Packages that use TimerSnapshot Package Description com.atlassian.confluence.plugins.monitoring.rest com.atlassian.confluence.util.profiling -
-
Uses of TimerSnapshot in com.atlassian.confluence.plugins.monitoring.rest
Constructors in com.atlassian.confluence.plugins.monitoring.rest with parameters of type TimerSnapshot Constructor Description TimerSnapshotModel(TimerSnapshot sample) -
Uses of TimerSnapshot in com.atlassian.confluence.util.profiling
Methods in com.atlassian.confluence.util.profiling that return types with arguments of type TimerSnapshot Modifier and Type Method Description @NonNull List<TimerSnapshot>AtlassianInstrumentationConfluenceMonitoring. snapshotTimers()@NonNull List<TimerSnapshot>ConfluenceMonitoringControl. snapshotTimers()Returns a snapshot of the timers.
-