Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.infinispan |
Modifier and Type | Method and Description |
---|---|
RemoteCacheContainer |
Infinispan.InfinispanResources.remoteCacheContainer(String key) |
Modifier and Type | Method and Description |
---|---|
List<RemoteCacheContainer> |
Infinispan.InfinispanResources.remoteCacheContainers()
Get the list of RemoteCacheContainer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Infinispan.remoteCacheContainer(RemoteCacheContainer value)
Add the RemoteCacheContainer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Infinispan.remoteCacheContainers(List<RemoteCacheContainer> value)
Add all RemoteCacheContainer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheContainer<T extends RemoteCacheContainer<T>>
The configuration of a remote Infinispan cache container.
|
interface |
RemoteCacheContainerConsumer<T extends RemoteCacheContainer<T>> |
interface |
RemoteCacheContainerSupplier<T extends RemoteCacheContainer> |
Modifier and Type | Method and Description |
---|---|
RemoteCacheContainer |
RemoteCacheContainerSupplier.get()
Constructed instance of RemoteCacheContainer resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.