Package | Description |
---|---|
org.infinispan.cdi |
This is the Infinispan CDI module.
|
org.infinispan.client.hotrod | |
org.infinispan.client.hotrod.impl | |
org.infinispan.persistence.remote | |
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 |
---|---|
<K,V> RemoteCache<K,V> |
RemoteCacheProducer.getRemoteCache(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Produces the remote cache.
|
Modifier and Type | Method and Description |
---|---|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache()
Retrieves the default cache from the remote server.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(boolean forceReturnValue) |
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName)
Retrieves a named cache from the remote server if the cache has been
defined, otherwise if the cache name is underfined, it will return null.
|
<K,V> RemoteCache<K,V> |
RemoteCacheManager.getCache(String cacheName,
boolean forceReturnValue) |
RemoteCache<K,V> |
RemoteCache.withFlags(Flag... flags)
Applies one or more
Flag s to the scope of a single invocation. |
Modifier and Type | Method and Description |
---|---|
static QueryFactory |
Search.getQueryFactory(RemoteCache cache) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheImpl<K,V> |
class |
RemoteCacheSupport<K,V>
Purpose: keep all delegating and unsupported methods in one place -> readability.
|
Modifier and Type | Method and Description |
---|---|
RemoteCache<K,V> |
RemoteCacheImpl.withFlags(Flag... flags) |
Modifier and Type | Method and Description |
---|---|
RemoteCache<Object,Object> |
RemoteStore.getRemoteCache() |
Modifier and Type | Method and Description |
---|---|
RemoteCache<?,?> |
SpringRemoteCache.getNativeCache() |
Constructor and Description |
---|
SpringRemoteCache(RemoteCache<Object,Object> nativeCache) |
Modifier and Type | Method and Description |
---|---|
RemoteCache<K,V> |
InfinispanNamedRemoteCacheFactoryBean.getObject() |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.