public class ManagedCachedThreadPoolExecutor extends ManagedExecutor
| Constructor and Description |
|---|
ManagedCachedThreadPoolExecutor(java.lang.String threadPoolName,
int maxPoolSize) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.concurrent.ThreadPoolExecutor |
createExecutorService() |
java.util.concurrent.ThreadPoolExecutor |
getExecutor() |
void |
setMaximumThreadPoolSize(int maximumPoolSize) |
awaitTermination, createThreadFactory, exists, isShutdown, isTerminated, shutdown, shutdownNowpublic ManagedCachedThreadPoolExecutor(java.lang.String threadPoolName,
int maxPoolSize)
public java.util.concurrent.ThreadPoolExecutor getExecutor()
getExecutor in class ManagedExecutorprotected java.util.concurrent.ThreadPoolExecutor createExecutorService()
createExecutorService in class ManagedExecutorpublic void setMaximumThreadPoolSize(int maximumPoolSize)