Class 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 Detail

      • IndexQueueSizeIpdJob

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

      • runJob

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