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 Details

    • 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:
  • Constructor Details

  • 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 interface com.atlassian.scheduler.JobRunner