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 ExecutorService
static ExecutorService
newFixedThreadPool
(int numThreads) static ExecutorService
newFixedThreadPool
(int numThreads, ThreadFactory threadFactory) static ExecutorService
static ExecutorService
newSingleThreadExecutor
(ThreadFactory threadFactory) static ScheduledExecutorService
-
Constructor Details
-
Executors
public Executors()
-
-
Method Details
-
newSingleThreadExecutor
-
newSingleThreadExecutor
-
newFixedThreadPool
-
newFixedThreadPool
-
newCachedThreadPool
-
newSingleThreadScheduledExecutor
-