public final class TaskMasterPoolUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_POOL
Default thread pool name.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
getPool(String poolName)
Retrieve the thread pool for the given name.
|
static void |
shutdownNow()
Shutdown the thread pools.
|
public static final String DEFAULT_POOL
public static void shutdownNow()
public static ExecutorService getPool(String poolName)
poolName - the thread pool nameCopyright © 2019. All rights reserved.