Class DatabaseImportJobExecutor

java.lang.Object
io.camunda.optimize.service.importing.DatabaseImportJobExecutor

public class DatabaseImportJobExecutor extends Object
  • Constructor Details

  • Method Details

    • shutdown

      public void shutdown()
    • isActive

      public boolean isActive()
    • stopExecutingImportJobs

      public void stopExecutingImportJobs()
    • executeImportJob

      public void executeImportJob(Runnable dbImportJob)
    • startExecutingImportJobs

      public void startExecutingImportJobs()
    • getExecutorThreadCount

      protected int getExecutorThreadCount()
      Number of threads that should be used in the thread pool executor.
    • getMaxQueueSize

      protected int getMaxQueueSize()
      Number of jobs that should be able to accumulate until new submission is blocked.