Class LaasPerformanceLoggingJob
- java.lang.Object
-
- com.atlassian.confluence.impl.schedule.jobs.LaasPerformanceLoggingJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
@Deprecated(since="7.5.0", forRemoval=true) public class LaasPerformanceLoggingJob extends Object implements com.atlassian.scheduler.JobRunner
Deprecated, for removal: This API element is subject to removal in a future version.since 7.5. This job is only required for cloud, so it will be removed from server.This job runs every 5 minutes and logs performance data into LaaS.- Since:
- 5.10
-
-
Field Summary
Fields Modifier and Type Field Description static String
LAAS_PERFORMANCE_LOGGING_FEATURE_NAME
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description LaasPerformanceLoggingJob(DarkFeaturesManager featuresManager, ConfluenceMonitoringControl control)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
LAAS_PERFORMANCE_LOGGING_FEATURE_NAME
public static final String LAAS_PERFORMANCE_LOGGING_FEATURE_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LaasPerformanceLoggingJob
public LaasPerformanceLoggingJob(DarkFeaturesManager featuresManager, ConfluenceMonitoringControl control)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-