Package fr.gouv.vitam.common.thread
Class ExecutorUtils
java.lang.Object
fr.gouv.vitam.common.thread.ExecutorUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadPoolExecutorcreateScalableBatchExecutorService(int maxBatchThreadPoolSize) static ThreadPoolExecutorcreateScalableBatchExecutorService(int maxBatchThreadPoolSize, int maxQueueSizeBeforeBlocking) static ThreadPoolExecutorcreateScalableBatchExecutorService(int maxBatchThreadPoolSize, ThreadFactory threadFactory)
-
Method Details
-
createScalableBatchExecutorService
-
createScalableBatchExecutorService
public static ThreadPoolExecutor createScalableBatchExecutorService(int maxBatchThreadPoolSize, ThreadFactory threadFactory) -
createScalableBatchExecutorService
public static ThreadPoolExecutor createScalableBatchExecutorService(int maxBatchThreadPoolSize, int maxQueueSizeBeforeBlocking)
-