| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.infinispan |
| Modifier and Type | Method and Description |
|---|---|
List<CacheContainer> |
Infinispan.InfinispanResources.cacheContainers()
Get the list of org.wildfly.swarm.config.infinispan.CacheContainer resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Infinispan.cacheContainer(CacheContainer value)
Add the org.wildfly.swarm.config.infinispan.CacheContainer object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Infinispan.cacheContainers(List<CacheContainer> value)
Add all org.wildfly.swarm.config.infinispan.CacheContainer objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
CacheContainer |
CacheContainer.aliases(List<String> value)
The list of aliases for this cache container
|
CacheContainer |
CacheContainer.asyncOperationsThreadPool(AsyncOperationsThreadPool value)
Defines a thread pool used for asynchronous operations.
|
CacheContainer |
CacheContainer.cacheManagerStatus(String value)
The status of the cache manager component.
|
CacheContainer |
CacheContainer.clusterName(String value)
The name of the cluster this node belongs to.
|
CacheContainer |
CacheContainer.coordinatorAddress(String value)
The logical address of the cluster's coordinator.
|
CacheContainer |
CacheContainer.defaultCache(String value)
The default infinispan cache
|
CacheContainer |
CacheContainer.distributedCache(DistributedCache value)
Add the org.wildfly.swarm.config.infinispan.cache_container.DistributedCache object to the list of subresources
|
CacheContainer |
CacheContainer.distributedCaches(List<DistributedCache> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.DistributedCache objects to this subresource
|
CacheContainer |
CacheContainer.expirationThreadPool(ExpirationThreadPool value)
Defines a thread pool used for for evictions.
|
CacheContainer |
CacheContainer.invalidationCache(InvalidationCache value)
Add the org.wildfly.swarm.config.infinispan.cache_container.InvalidationCache object to the list of subresources
|
CacheContainer |
CacheContainer.invalidationCaches(List<InvalidationCache> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.InvalidationCache objects to this subresource
|
CacheContainer |
CacheContainer.isCoordinator(Boolean value)
Set to true if this node is the cluster's coordinator.
|
CacheContainer |
CacheContainer.jgroupsTransport(JgroupsTransport value)
The description of the transport used by this cache container
|
CacheContainer |
CacheContainer.jndiName(String value)
The jndi name to which to bind this cache container
|
CacheContainer |
CacheContainer.listenerThreadPool(ListenerThreadPool value)
Defines a thread pool used for asynchronous cache listener notifications.
|
CacheContainer |
CacheContainer.localAddress(String value)
The local address of the node.
|
CacheContainer |
CacheContainer.localCache(LocalCache value)
Add the org.wildfly.swarm.config.infinispan.cache_container.LocalCache object to the list of subresources
|
CacheContainer |
CacheContainer.localCaches(List<LocalCache> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.LocalCache objects to this subresource
|
CacheContainer |
CacheContainer.module(String value)
The module whose class loader should be used when building this cache container's configuration.
|
CacheContainer |
CacheContainer.noneTransport(NoneTransport value)
A local-only transport used by this cache-container
|
CacheContainer |
CacheContainer.persistenceThreadPool(PersistenceThreadPool value)
Defines a thread pool used for interacting with the persistent store.
|
CacheContainer |
CacheContainer.remoteCommandThreadPool(RemoteCommandThreadPool value)
Defines a thread pool used to execute remote commands.
|
CacheContainer |
CacheContainer.replicatedCache(ReplicatedCache value)
Add the org.wildfly.swarm.config.infinispan.cache_container.ReplicatedCache object to the list of subresources
|
CacheContainer |
CacheContainer.replicatedCaches(List<ReplicatedCache> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.ReplicatedCache objects to this subresource
|
CacheContainer |
CacheContainer.stateTransferThreadPool(StateTransferThreadPool value)
Defines a thread pool used for for state transfer.
|
CacheContainer |
CacheContainer.statisticsEnabled(Boolean value)
If enabled, statistics will be collected for this cache container
|
CacheContainer |
CacheContainer.transportThreadPool(TransportThreadPool value)
Defines a thread pool used for asynchronous transport communication.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.