Package ubic.gemma.core.util.concurrent
Class Executors
java.lang.Object
ubic.gemma.core.util.concurrent.Executors
Extends
Executors to ensure that security context logging works as expected.
All executors produced by this class will be wrapped with the following:
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorServicestatic ExecutorServicenewFixedThreadPool(int numThreads) static ExecutorServicenewFixedThreadPool(int numThreads, ThreadFactory threadFactory) static ExecutorServicestatic ExecutorServicenewSingleThreadExecutor(ThreadFactory threadFactory) static ScheduledExecutorService
-
Constructor Details
-
Executors
public Executors()
-
-
Method Details
-
newSingleThreadExecutor
-
newSingleThreadExecutor
-
newFixedThreadPool
-
newFixedThreadPool
-
newCachedThreadPool
-
newSingleThreadScheduledExecutor
-