| Package | Description | 
|---|---|
| com.j_spaces.kernel.threadpool | |
| com.j_spaces.kernel.threadpool.monitor | 
| Modifier and Type | Method and Description | 
|---|---|
static FutureExecutorService | 
DynamicExecutors.newEventThreadPool(int min,
                  int max,
                  long keepAliveTime,
                  long waitTime,
                  ThreadFactory threadFactory)
Creates a thread pool, same as in  
DynamicExecutors.newScalingThreadPool(int, int, long,
 ThreadFactory), using the provided ThreadFactory to create new threads when needed. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimeoutObserverExecutorService
A timeout mechanism on top of an executor service. 
 | 
Copyright © GigaSpaces.