Uses of Interface
com.atlassian.confluence.util.profiling.ConfluenceMonitoringControl
-
Packages that use ConfluenceMonitoringControl Package Description com.atlassian.confluence.plugins.monitoring.rest com.atlassian.confluence.schedule.jobs com.atlassian.confluence.util.profiling -
-
Uses of ConfluenceMonitoringControl in com.atlassian.confluence.plugins.monitoring.rest
Constructors in com.atlassian.confluence.plugins.monitoring.rest with parameters of type ConfluenceMonitoringControl Constructor Description TimerStatsResource(ConfluenceMonitoringControl control)
-
Uses of ConfluenceMonitoringControl in com.atlassian.confluence.schedule.jobs
Constructors in com.atlassian.confluence.schedule.jobs with parameters of type ConfluenceMonitoringControl Constructor Description LaasPerformanceLoggingJob(DarkFeaturesManager featuresManager, ConfluenceMonitoringControl control)
Deprecated. -
Uses of ConfluenceMonitoringControl in com.atlassian.confluence.util.profiling
Classes in com.atlassian.confluence.util.profiling that implement ConfluenceMonitoringControl Modifier and Type Class Description class
AtlassianInstrumentationConfluenceMonitoring
An implementation of the Confluence Monitoring interfaces that's based upon the Atlassian Instrumentation library.Constructors in com.atlassian.confluence.util.profiling with parameters of type ConfluenceMonitoringControl Constructor Description DefaultConfluenceMonitoringController(ConfluenceMonitoringControl control, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, DarkFeaturesManager darkFeaturesMgr)
-