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
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionLaasPerformanceLoggingJob
(DarkFeaturesManager featuresManager, ConfluenceMonitoringControl control) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@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 Details
-
LAAS_PERFORMANCE_LOGGING_FEATURE_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
LaasPerformanceLoggingJob
public LaasPerformanceLoggingJob(DarkFeaturesManager featuresManager, ConfluenceMonitoringControl control) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
runJob
public @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.- Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-