Class ExecutorUtils

java.lang.Object
fr.gouv.vitam.common.thread.ExecutorUtils

public final class ExecutorUtils extends Object
  • Method Details

    • createScalableBatchExecutorService

      public static ThreadPoolExecutor createScalableBatchExecutorService(int maxBatchThreadPoolSize)
    • createScalableBatchExecutorService

      public static ThreadPoolExecutor createScalableBatchExecutorService(int maxBatchThreadPoolSize, ThreadFactory threadFactory)
    • createScalableBatchExecutorService

      public static ThreadPoolExecutor createScalableBatchExecutorService(int maxBatchThreadPoolSize, int maxQueueSizeBeforeBlocking)
    • periodicTask

      public static PeriodicTask periodicTask(int intervalMs, String threadName, Runnable task)