Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.impl | |
org.infinispan.commons.api |
Commons API package
|
org.infinispan.jcache | |
org.infinispan.jcache.embedded | |
org.infinispan.jcache.remote | |
org.infinispan.security |
The Security API
|
org.infinispan.security.impl | |
org.infinispan.spring.provider |
Spring Infinispan - An implementation of Spring 3.2's Cache SPI based on JBoss Infinispan.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available on
Cache . |
interface |
Cache<K,V>
The central interface of Infinispan.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
class |
AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate.
|
class |
CacheImpl<K,V> |
class |
CacheSupport<K,V> |
class |
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific
ClassLoader and a set of Flag s. |
class |
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack.
|
class |
StatsCollectingCache<K,V>
Wraps existing
AdvancedCache to collect statistics |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster.
|
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 |
---|---|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache()
Retrieves the default cache associated with this cache container.
|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache(String cacheName)
Retrieves a named cache from the system.
|
Modifier and Type | Method and Description |
---|---|
protected abstract <K,V,I extends BasicCache<K,V>> |
AbstractJCacheManager.create(I ispnCache) |
<K,V,I extends BasicCache<K,V>> |
AbstractJCacheManager.getOrCreateCache(String cacheName,
I ispnCache) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJCache.loadAllFromJCacheLoader(Set<? extends K> keys,
boolean replaceExistingValues,
javax.cache.integration.CompletionListener listener,
BasicCache<K,V> cache,
BasicCache<K,V> createCheckCache) |
protected void |
AbstractJCache.loadAllFromJCacheLoader(Set<? extends K> keys,
boolean replaceExistingValues,
javax.cache.integration.CompletionListener listener,
BasicCache<K,V> cache,
BasicCache<K,V> createCheckCache) |
protected V |
AbstractJCache.put(BasicCache<K,V> cache,
BasicCache<K,V> createCheckCache,
K key,
V value,
boolean isPutIfAbsent) |
protected V |
AbstractJCache.put(BasicCache<K,V> cache,
BasicCache<K,V> createCheckCache,
K key,
V value,
boolean isPutIfAbsent) |
protected boolean |
AbstractJCache.remove(BasicCache<K,V> cache,
K key,
V oldValue) |
protected boolean |
AbstractJCache.replace(BasicCache<K,V> cache,
BasicCache<K,V> existsCheckCache,
K key,
V oldValue,
V value,
boolean isConditional) |
protected boolean |
AbstractJCache.replace(BasicCache<K,V> cache,
BasicCache<K,V> existsCheckCache,
K key,
V oldValue,
V value,
boolean isConditional) |
protected V |
AbstractJCache.replace(BasicCache<K,V> cache,
K key,
V value) |
protected void |
AbstractJCache.updateTTLForAccessed(BasicCache<K,V> cache,
K key,
V value) |
Constructor and Description |
---|
MutableJCacheEntry(BasicCache<K,V> cache,
BasicCache<K,V> cacheWithoutStats,
K key,
V value) |
MutableJCacheEntry(BasicCache<K,V> cache,
BasicCache<K,V> cacheWithoutStats,
K key,
V value) |
Modifier and Type | Method and Description |
---|---|
protected <K,V,I extends BasicCache<K,V>> |
JCacheManager.create(I ispnCache) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheWithCacheStore<K,V> |
class |
RemoteCacheWithStats<K,V> |
class |
RemoteCacheWithSyncListeners<K,V> |
Modifier and Type | Method and Description |
---|---|
protected <K,V,I extends BasicCache<K,V>> |
JCacheManager.create(I ispnCache) |
Modifier and Type | Interface and Description |
---|---|
interface |
SecureCache<K,V>
SecureCache.
|
Modifier and Type | Class and Description |
---|---|
class |
SecureCacheImpl<K,V>
SecureCacheImpl.
|
Modifier and Type | Method and Description |
---|---|
BasicCache<?,?> |
SpringCache.getNativeCache() |
Constructor and Description |
---|
SpringCache(BasicCache<Object,Object> nativeCache) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.