| Package | Description |
|---|---|
| org.infinispan.cdi |
This is the Infinispan CDI module.
|
| org.infinispan.client.hotrod | |
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.marshall | |
| org.infinispan.spring.provider |
Spring Infinispan - An implementation of Spring 3.1's Cache SPI based on JBoss Infinispan.
|
| org.infinispan.spring.support.remote |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
DefaultRemoteCacheManagerProducer.getDefaultRemoteCacheManager()
Produces the default remote cache manager with the default settings.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
RemoteCache.getRemoteCacheManager()
Returns the
RemoteCacheManager that created this cache. |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
RemoteCacheImpl.getRemoteCacheManager() |
| Constructor and Description |
|---|
RemoteCacheImpl(RemoteCacheManager rcm,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static org.infinispan.protostream.SerializationContext |
ProtoStreamMarshaller.getSerializationContext(RemoteCacheManager remoteCacheManager) |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
SpringRemoteCacheManager.getNativeCacheManager()
Return the
that backs this
SpringRemoteCacheManager. |
| Constructor and Description |
|---|
SpringRemoteCacheManager(RemoteCacheManager nativeCacheManager) |
| Modifier and Type | Method and Description |
|---|---|
RemoteCacheManager |
InfinispanRemoteCacheManagerFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RemoteCacheManager> |
InfinispanRemoteCacheManagerFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InfinispanNamedRemoteCacheFactoryBean.setInfinispanRemoteCacheManager(RemoteCacheManager infinispanRemoteCacheManager)
Sets the
to be used for creating our
instance. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.