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 ExecutorServicenewFixedThreadPool(int corePoolSize, String poolName) static ExecutorServicestatic ScheduledExecutorServicenewScheduledThreadPool(int corePoolSize, String poolName)
-
Method Details
-
newScheduledThreadPool
-
newFixedThreadPool
-
newNamedSingleThreadExecutor
-