Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStore<T extends RemoteStore<T>>
The cache remote store configuration.
|
interface |
RemoteStoreConsumer<T extends RemoteStore<T>> |
interface |
RemoteStoreSupplier<T extends RemoteStore> |
Modifier and Type | Method and Description |
---|---|
RemoteStore |
RemoteStoreSupplier.get()
Constructed instance of RemoteStore resource
|
RemoteStore |
DistributedCache.DistributedCacheResources.remoteStore()
The cache remote store configuration.
|
RemoteStore |
InvalidationCache.InvalidationCacheResources.remoteStore()
The cache remote store configuration.
|
RemoteStore |
ReplicatedCache.ReplicatedCacheResources.remoteStore()
The cache remote store configuration.
|
RemoteStore |
LocalCache.LocalCacheResources.remoteStore()
The cache remote store configuration.
|
RemoteStore |
ScatteredCache.ScatteredCacheResources.remoteStore()
The cache remote store configuration.
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
T |
InvalidationCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
T |
ReplicatedCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
T |
LocalCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
T |
ScatteredCache.remoteStore(RemoteStore value)
The cache remote store configuration.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.