Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.infinispan |
Modifier and Type | Method and Description |
---|---|
CacheContainer |
Infinispan.InfinispanResources.cacheContainer(String key) |
Modifier and Type | Method and Description |
---|---|
List<CacheContainer> |
Infinispan.InfinispanResources.cacheContainers()
Get the list of CacheContainer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Infinispan.cacheContainer(CacheContainer value)
Add the CacheContainer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Infinispan.cacheContainers(List<CacheContainer> value)
Add all CacheContainer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CacheContainer<T extends CacheContainer<T>>
The configuration of an infinispan cache container
|
interface |
CacheContainerConsumer<T extends CacheContainer<T>> |
interface |
CacheContainerSupplier<T extends CacheContainer> |
Modifier and Type | Method and Description |
---|---|
CacheContainer |
CacheContainerSupplier.get()
Constructed instance of CacheContainer resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.