Class Executors2.CachedThreadPoolBuilder
java.lang.Object
com.complexible.common.util.concurrent.Executors2.CachedThreadPoolBuilder
- Enclosing class:
Executors2
-
Method Summary
Modifier and TypeMethodDescriptionabort()build()build(BlockingQueue<Runnable> theWorkQueue) corePoolSize(int theCorePoolSize) discard()maxPoolSize(int theMaxPoolSize) rejectedExecutionHandler(RejectedExecutionHandler theRejectedExecutionHandler) threadFactory(ThreadFactory theThreadFactory)
-
Method Details
-
corePoolSize
-
keepAlive
-
maxPoolSize
-
rejectedExecutionHandler
public Executors2.CachedThreadPoolBuilder rejectedExecutionHandler(RejectedExecutionHandler theRejectedExecutionHandler) -
threadFactory
-
callerRuns
-
abort
-
discard
-
discardOldest
-
build
-
build
-
buildScheduled
-