Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Method and Description |
---|---|
DistributedCache |
CacheContainer.CacheContainerResources.distributedCache(String key) |
Modifier and Type | Method and Description |
---|---|
List<DistributedCache> |
CacheContainer.CacheContainerResources.distributedCaches()
Get the list of DistributedCache resources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.distributedCache(DistributedCache value)
Add the DistributedCache object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
CacheContainer.distributedCaches(List<DistributedCache> value)
Add all DistributedCache objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedCache<T extends DistributedCache<T>>
A distributed cache configuration.
|
interface |
DistributedCacheConsumer<T extends DistributedCache<T>> |
interface |
DistributedCacheSupplier<T extends DistributedCache> |
Modifier and Type | Method and Description |
---|---|
DistributedCache |
DistributedCacheSupplier.get()
Constructed instance of DistributedCache resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.