Package | Description |
---|---|
org.infinispan.cdi |
This is the Infinispan CDI module.
|
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.near | |
org.infinispan.jcache.remote | |
org.infinispan.persistence.remote |
HotRod-based
AdvancedLoadWriteStore |
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 |
---|---|
<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 undefined, 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 <K,V> ContinuousQuery<K,V> |
Search.getContinuousQuery(RemoteCache<K,V> cache) |
static QueryFactory<Query> |
Search.getQueryFactory(RemoteCache<?,?> cache) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientEvents.addClientQueryListener(RemoteCache<?,?> remoteCache,
Object listener,
Query query)
Register a client listener that uses a query DSL based filter.
|
static Object |
ClientEvents.addContinuousQueryListener(RemoteCache<?,?> remoteCache,
ContinuousQueryListener queryListener,
Query query)
Deprecated.
|
Constructor and Description |
---|
ContinuousQueryImpl(RemoteCache<K,V> cache) |
Modifier and Type | Class and Description |
---|---|
class |
EagerNearRemoteCache<K,V>
Deprecated.
|
class |
InvalidatedNearRemoteCache<K,V>
Near
RemoteCache implementation
enabling |
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 |
---|---|
void |
NearCacheService.start(RemoteCache<K,V> remote) |
void |
NearCacheService.stop(RemoteCache<K,V> remote) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheWithCacheStore<K,V> |
class |
RemoteCacheWithStats<K,V> |
class |
RemoteCacheWithSyncListeners<K,V> |
Constructor and Description |
---|
JCache(RemoteCache<K,V> cache,
RemoteCache<K,V> cacheForceReturnValue,
javax.cache.CacheManager cacheManager,
ConfigurationAdapter<K,V> configurationAdapter) |
JCache(RemoteCache<K,V> cache,
RemoteCache<K,V> cacheForceReturnValue,
javax.cache.CacheManager cacheManager,
ConfigurationAdapter<K,V> configurationAdapter) |
RemoteCacheWithCacheStore(RemoteCache<K,V> delegate,
javax.cache.integration.CacheLoader<K,V> jcacheLoader,
javax.cache.integration.CacheWriter<? super K,? super V> jcacheWriter,
javax.cache.configuration.MutableConfiguration<K,V> configuration) |
RemoteCacheWithStats(RemoteCache<K,V> delegate,
LocalStatistics stats) |
RemoteCacheWithSyncListeners(RemoteCache<K,V> delegate,
AbstractJCacheNotifier<K,V> notifier,
javax.cache.Cache<K,V> cache) |
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 © 2018 JBoss, a division of Red Hat. All rights reserved.