public class Infinispan<T extends Infinispan> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Infinispan.InfinispanResources
Child mutators for Infinispan
|
| Constructor and Description |
|---|
Infinispan() |
| Modifier and Type | Method and Description |
|---|---|
T |
cacheContainer(CacheContainer value)
Add the CacheContainer object to the list of subresources
|
T |
cacheContainers(List<CacheContainer> value)
Add all CacheContainer objects to this subresource
|
String |
getKey() |
Infinispan.InfinispanResources |
subresources() |
public String getKey()
public Infinispan.InfinispanResources subresources()
public T cacheContainers(List<CacheContainer> value)
value - List of CacheContainer objects.public T cacheContainer(CacheContainer value)
value - The CacheContainer to addCopyright © 2015 JBoss by Red Hat. All rights reserved.