| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteStore<T extends RemoteStore>
The cache remote store configuration.
|
interface |
RemoteStoreConfigurator<T extends RemoteStore> |
| Modifier and Type | Method and Description |
|---|---|
RemoteStore |
ReplicatedCache.remoteStore()
The cache remote store configuration.
|
RemoteStore |
LocalCache.remoteStore()
The cache remote store configuration.
|
RemoteStore |
InvalidationCache.remoteStore()
The cache remote store configuration.
|
RemoteStore |
DistributedCache.remoteStore()
The cache remote store configuration.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ReplicatedCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
T |
LocalCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
T |
InvalidationCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
T |
DistributedCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.