| Package | Description |
|---|---|
| org.infinispan.cdi |
This is the Infinispan CDI module.
|
| org.infinispan.client.hotrod |
HotRod Client API
|
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.marshall | |
| org.infinispan.spring.provider |
Spring Infinispan - An implementation of Spring 3.2'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 |
|---|
EagerNearRemoteCache(RemoteCacheManager rcm,
String name,
NearCacheService<K,V> nearcache)
Deprecated.
|
InvalidatedNearRemoteCache(RemoteCacheManager rcm,
String name,
NearCacheService<K,V> nearcache) |
RemoteCacheImpl(RemoteCacheManager rcm,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static org.infinispan.protostream.SerializationContext |
ProtoStreamMarshaller.getSerializationContext(RemoteCacheManager remoteCacheManager)
Obtains the
SerializationContext associated with the given remote cache manager. |
| 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 © 2025 JBoss, a division of Red Hat. All rights reserved.