| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan | |
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
AsyncOperationsThreadPool |
CacheContainer.asyncOperationsThreadPool()
Defines a thread pool used for asynchronous operations.
|
| Modifier and Type | Method and Description |
|---|---|
CacheContainer |
CacheContainer.asyncOperationsThreadPool(AsyncOperationsThreadPool value)
Defines a thread pool used for asynchronous operations.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncOperationsThreadPool |
AsyncOperationsThreadPool.keepaliveTime(Long value)
Used to specify the amount of milliseconds that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down.
|
AsyncOperationsThreadPool |
AsyncOperationsThreadPool.maxThreads(Integer value)
The maximum thread pool size.
|
AsyncOperationsThreadPool |
AsyncOperationsThreadPool.minThreads(Integer value)
The core thread pool size which is smaller than the maximum pool size.
|
AsyncOperationsThreadPool |
AsyncOperationsThreadPool.queueLength(Integer value)
The queue length.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.