Package | Description |
---|---|
org.infinispan.jcache | |
org.infinispan.jcache.embedded | |
org.infinispan.jcache.remote |
Modifier and Type | Field and Description |
---|---|
protected AbstractJCache<K,V> |
AbstractJCacheListenerAdapter.jcache |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractJCache<K,V> |
AbstractJCache.checkNotClosed() |
AbstractJCache<K,V> |
AbstractJCache.checkNotNull(Object obj,
String name) |
protected abstract <K,V,I extends BasicCache<K,V>> |
AbstractJCacheManager.create(I ispnCache) |
protected abstract <K,V,C extends javax.cache.configuration.Configuration<K,V>> |
AbstractJCacheManager.create(String cacheName,
C configuration) |
protected AbstractJCache<K,V> |
AbstractJCache.verifyKeys(Set<? extends K> keys) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJCacheNotifier.addListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg,
AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
protected abstract AbstractJCacheListenerAdapter<K,V> |
AbstractJCacheNotifier.createListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
protected abstract <K,V> void |
AbstractJCacheManager.delegateRemoveCache(AbstractJCache<K,V> cacheName) |
static <K,V> void |
RIMBeanServerRegistrationUtility.registerCacheObject(AbstractJCache<K,V> cache,
RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Utility method for registering CacheStatistics with the platform
MBeanServer
|
protected <K,V> void |
AbstractJCacheManager.registerPredefinedCache(String cacheName,
AbstractJCache<K,V> cache) |
void |
AbstractJCacheNotifier.removeListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg,
AbstractJCache<K,V> jcache) |
static <K,V> void |
RIMBeanServerRegistrationUtility.unregisterCacheObject(AbstractJCache<K,V> cache,
RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Removes registered CacheStatistics for a Cache
|
Constructor and Description |
---|
AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Modifier and Type | Class and Description |
---|---|
class |
JCache<K,V>
Infinispan's implementation of
Cache interface. |
Modifier and Type | Method and Description |
---|---|
protected AbstractJCache<K,V> |
JCache.checkNotClosed() |
protected <K,V,I extends BasicCache<K,V>> |
JCacheManager.create(I ispnCache) |
protected <K,V,C extends javax.cache.configuration.Configuration<K,V>> |
JCacheManager.create(String cacheName,
C configuration) |
Modifier and Type | Method and Description |
---|---|
protected AbstractJCacheListenerAdapter<K,V> |
JCacheNotifier.createListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
protected <K,V> void |
JCacheManager.delegateRemoveCache(AbstractJCache<K,V> jcache) |
Constructor and Description |
---|
JCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Modifier and Type | Method and Description |
---|---|
protected AbstractJCache<K,V> |
JCache.checkNotClosed() |
protected <K,V,I extends BasicCache<K,V>> |
JCacheManager.create(I ispnCache) |
protected <K,V,C extends javax.cache.configuration.Configuration<K,V>> |
JCacheManager.create(String cacheName,
C configuration) |
Modifier and Type | Method and Description |
---|---|
protected AbstractJCacheListenerAdapter<K,V> |
JCacheNotifier.createListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
protected <K,V> void |
JCacheManager.delegateRemoveCache(AbstractJCache<K,V> jcache) |
Constructor and Description |
---|
JCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.