Class IndexQueueSizeIpdJob

java.lang.Object
com.atlassian.confluence.internal.diagnostics.ipd.index.IndexQueueSizeIpdJob
All Implemented Interfaces:
com.atlassian.diagnostics.ipd.internal.spi.IpdJob

public class IndexQueueSizeIpdJob extends Object implements com.atlassian.diagnostics.ipd.internal.spi.IpdJob
IPD Job that measures the size of the main, change and edge index queue.
Since:
8.4.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndexQueueSizeIpdJob(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner, IndexQueueSizeService indexQueueSizeService, com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.atlassian.diagnostics.ipd.internal.spi.IpdJob

    isWorkInProgressJob
  • Constructor Details

    • IndexQueueSizeIpdJob

      public IndexQueueSizeIpdJob(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner, IndexQueueSizeService indexQueueSizeService, com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry)
  • Method Details

    • runJob

      public void runJob()
      Specified by:
      runJob in interface com.atlassian.diagnostics.ipd.internal.spi.IpdJob