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