| Modifier and Type | Interface and Description | 
|---|---|
| static class  | KieExecutors.Pool | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> CompletionService<T> | getCompletionService() | 
| ExecutorService | getExecutor() | 
| ExecutorService | newFixedThreadPool() | 
| ExecutorService | newFixedThreadPool(int nThreads) | 
| ExecutorService | newSingleThreadExecutor() | 
ExecutorService getExecutor()
ExecutorService newSingleThreadExecutor()
ExecutorService newFixedThreadPool()
ExecutorService newFixedThreadPool(int nThreads)
<T> CompletionService<T> getCompletionService()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.