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