Class ThreadPoolFactory
java.lang.Object
com.linkedin.venice.utils.concurrent.ThreadPoolFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadPoolExecutor
createThreadPool
(int threadCount, String threadNamePrefix, int capacity, BlockingQueueType blockingQueueType)
-
Method Details
-
createThreadPool
public static ThreadPoolExecutor createThreadPool(int threadCount, String threadNamePrefix, int capacity, BlockingQueueType blockingQueueType)
-