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