| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.api |
API package
|
| org.infinispan.client.hotrod |
HotRod Client API
|
| org.infinispan.commons.api |
Commons API package
|
| org.infinispan.jcache |
Infinispan's JCache SPI
|
| org.infinispan.jcache.embedded |
Documentation for Infinispan's JCache SPI for embedded caches
|
| org.infinispan.jcache.remote |
Infinispan's implementation of the JCache API over HotRod
|
| org.infinispan.security |
The Security API
|
| 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 | Interface and Description |
|---|---|
interface |
BasicCache<K,V>
Deprecated.
use
BasicCache instead |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster.
|
| 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.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.