Package | Description |
---|---|
org.infinispan.jcache | |
org.infinispan.jcache.embedded | |
org.infinispan.jcache.remote |
Modifier and Type | Field and Description |
---|---|
protected AbstractJCacheNotifier<K,V> |
AbstractJCacheListenerAdapter.notifier |
protected AbstractJCacheNotifier<K,V> |
AbstractJCache.notifier |
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) |
Constructor and Description |
---|
AbstractJCache(javax.cache.configuration.MutableConfiguration<K,V> configuration,
javax.cache.CacheManager cacheManager,
AbstractJCacheNotifier<K,V> notifier) |
AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Modifier and Type | Class and Description |
---|---|
class |
JCacheNotifier<K,V> |
Modifier and Type | Method and Description |
---|---|
protected AbstractJCacheListenerAdapter<K,V> |
JCacheNotifier.createListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Constructor and Description |
---|
JCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Modifier and Type | Method and Description |
---|---|
protected AbstractJCacheListenerAdapter<K,V> |
JCacheNotifier.createListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
Constructor and Description |
---|
JCacheListenerAdapter(AbstractJCache<K,V> jcache,
AbstractJCacheNotifier<K,V> notifier) |
RemoteCacheWithSyncListeners(RemoteCache<K,V> delegate,
AbstractJCacheNotifier<K,V> notifier,
javax.cache.Cache<K,V> cache) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.