| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan | |
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
ExpirationThreadPool |
CacheContainer.expirationThreadPool()
Defines a thread pool used for for evictions.
|
| Modifier and Type | Method and Description |
|---|---|
CacheContainer |
CacheContainer.expirationThreadPool(ExpirationThreadPool value)
Defines a thread pool used for for evictions.
|
| Modifier and Type | Method and Description |
|---|---|
ExpirationThreadPool |
ExpirationThreadPool.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.
|
ExpirationThreadPool |
ExpirationThreadPool.maxThreads(Integer value)
The maximum thread pool size.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.