public interface FixedThreadsExecutorGroupFactory
| 限定符和类型 | 方法和说明 |
|---|---|
FixedThreadsExecutorGroup |
newExecutorGroup(ExecutorService[] children) |
FixedThreadsExecutorGroup |
newExecutorGroup(ExecutorService[] children,
ExecutorChooserFactory.ExecutorChooser chooser) |
FixedThreadsExecutorGroup |
newExecutorGroup(int nThreads,
String poolName,
int maxPendingTasksPerThread) |
FixedThreadsExecutorGroup |
newExecutorGroup(int nThreads,
String poolName,
int maxPendingTasksPerThread,
boolean useMpscQueue) |
FixedThreadsExecutorGroup |
newExecutorGroup(SingleThreadExecutor[] children) |
FixedThreadsExecutorGroup |
newExecutorGroup(SingleThreadExecutor[] children,
ExecutorChooserFactory.ExecutorChooser chooser) |
FixedThreadsExecutorGroup newExecutorGroup(int nThreads, String poolName, int maxPendingTasksPerThread)
FixedThreadsExecutorGroup newExecutorGroup(int nThreads, String poolName, int maxPendingTasksPerThread, boolean useMpscQueue)
FixedThreadsExecutorGroup newExecutorGroup(SingleThreadExecutor[] children)
FixedThreadsExecutorGroup newExecutorGroup(SingleThreadExecutor[] children, ExecutorChooserFactory.ExecutorChooser chooser)
FixedThreadsExecutorGroup newExecutorGroup(ExecutorService[] children)
FixedThreadsExecutorGroup newExecutorGroup(ExecutorService[] children, ExecutorChooserFactory.ExecutorChooser chooser)
Copyright © 2021. All rights reserved.