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