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