Package com.atlassian.bamboo.executor
Class NamedExecutors
java.lang.Object
com.atlassian.bamboo.executor.NamedExecutors
Class equivalent to
Executors
with support for naming of pooled threads. This class creates daemon threads.-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorService
static ScheduledExecutorService
newScheduledThreadPool
(int corePoolSize, String poolName)
-
Method Details
-
newScheduledThreadPool
-
newNamedSingleThreadExecutor
-