public final class ThreadPoolKit extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Executor |
getExecutor(int threads,
int queues) |
static Executor |
getExecutor(String poolName,
int threads,
int queues) |
static ThreadPoolExecutor |
getThreadPoolExecutor(String poolName,
int threads,
int queues) |
public static Executor getExecutor(int threads, int queues)
public static ThreadPoolExecutor getThreadPoolExecutor(String poolName, int threads, int queues)
Copyright © 2017. All rights reserved.