Uses of Class
org.infinispan.jcache.AbstractJCache
-
Packages that use AbstractJCache Package Description org.infinispan.jcache -
-
Uses of AbstractJCache in org.infinispan.jcache
Fields in org.infinispan.jcache declared as AbstractJCache Modifier and Type Field Description protected AbstractJCache<K,V>
AbstractJCacheListenerAdapter. jcache
Methods in org.infinispan.jcache that return AbstractJCache Modifier and Type Method Description protected abstract AbstractJCache<K,V>
AbstractJCache. checkNotClosed()
AbstractJCache<K,V>
AbstractJCache. checkNotNull(Object obj, String name)
protected abstract <K,V,I extends org.infinispan.commons.api.BasicCache<K,V>>
AbstractJCache<K,V>AbstractJCacheManager. create(I ispnCache)
protected abstract <K,V,C extends javax.cache.configuration.Configuration<K,V>>
AbstractJCache<K,V>AbstractJCacheManager. create(String cacheName, C configuration)
protected AbstractJCache<K,V>
AbstractJCache. verifyKeys(Set<? extends K> keys)
Methods in org.infinispan.jcache with parameters of type AbstractJCache Modifier and Type Method 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>
voidAbstractJCacheManager. delegateRemoveCache(AbstractJCache<K,V> cacheName)
static <K,V>
voidRIMBeanServerRegistrationUtility. registerCacheObject(AbstractJCache<K,V> cache, RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Utility method for registering CacheStatistics with the platform MBeanServerprotected <K,V>
voidAbstractJCacheManager. registerPredefinedCache(String cacheName, AbstractJCache<K,V> cache)
void
AbstractJCacheNotifier. removeListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg, AbstractJCache<K,V> jcache)
static <K,V>
voidRIMBeanServerRegistrationUtility. unregisterCacheObject(AbstractJCache<K,V> cache, RIMBeanServerRegistrationUtility.ObjectNameType objectNameType)
Removes registered CacheStatistics for a CacheConstructors in org.infinispan.jcache with parameters of type AbstractJCache Constructor Description AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)
-