Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.remote_cache_container |
Modifier and Type | Method and Description |
---|---|
RemoteCluster |
RemoteCacheContainer.RemoteCacheContainerResources.remoteCluster(String key) |
Modifier and Type | Method and Description |
---|---|
List<RemoteCluster> |
RemoteCacheContainer.RemoteCacheContainerResources.remoteClusters()
Get the list of RemoteCluster resources
|
Modifier and Type | Method and Description |
---|---|
T |
RemoteCacheContainer.remoteCluster(RemoteCluster value)
Add the RemoteCluster object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
RemoteCacheContainer.remoteClusters(List<RemoteCluster> value)
Add all RemoteCluster objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteCluster<T extends RemoteCluster<T>>
Configuration of a remote cluster.
|
interface |
RemoteClusterConsumer<T extends RemoteCluster<T>> |
interface |
RemoteClusterSupplier<T extends RemoteCluster> |
Modifier and Type | Method and Description |
---|---|
RemoteCluster |
RemoteClusterSupplier.get()
Constructed instance of RemoteCluster resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.