| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan | |
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
TransportThreadPool |
CacheContainer.transportThreadPool()
Defines a thread pool used for asynchronous transport communication.
|
| Modifier and Type | Method and Description |
|---|---|
CacheContainer |
CacheContainer.transportThreadPool(TransportThreadPool value)
Defines a thread pool used for asynchronous transport communication.
|
| Modifier and Type | Method and Description |
|---|---|
TransportThreadPool |
TransportThreadPool.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.
|
TransportThreadPool |
TransportThreadPool.maxThreads(Integer value)
The maximum thread pool size.
|
TransportThreadPool |
TransportThreadPool.minThreads(Integer value)
The core thread pool size which is smaller than the maximum pool size.
|
TransportThreadPool |
TransportThreadPool.queueLength(Integer value)
The queue length.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.