Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.remote_cache_container |
Modifier and Type | Method and Description |
---|---|
RemoteCache |
RemoteCacheContainer.RemoteCacheContainerResources.remoteCache(String key) |
Modifier and Type | Method and Description |
---|---|
List<RemoteCache> |
RemoteCacheContainer.RemoteCacheContainerResources.remoteCaches()
Get the list of RemoteCache resources
|
Modifier and Type | Method and Description |
---|---|
T |
RemoteCacheContainer.remoteCache(RemoteCache value)
Add the RemoteCache object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
RemoteCacheContainer.remoteCaches(List<RemoteCache> value)
Add all RemoteCache objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteCache<T extends RemoteCache<T>>
The configuration of the infinispan subsystem.
|
interface |
RemoteCacheConsumer<T extends RemoteCache<T>> |
interface |
RemoteCacheSupplier<T extends RemoteCache> |
Modifier and Type | Method and Description |
---|---|
RemoteCache |
RemoteCacheSupplier.get()
Constructed instance of RemoteCache resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.