public interface FixedThreadsExecutorGroupFactory
| Modifier and Type | Method and Description |
|---|---|
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 © 2024. All rights reserved.