eXo Kernel :: Cache Extension :: Infinispan Implementation 2.4.7-GA

Uses of Class
org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey

Packages that use DistributedExoCache.CacheKey
org.exoplatform.services.cache.impl.infinispan.distributed   
 

Uses of DistributedExoCache.CacheKey in org.exoplatform.services.cache.impl.infinispan.distributed
 

Fields in org.exoplatform.services.cache.impl.infinispan.distributed with type parameters of type DistributedExoCache.CacheKey
protected  org.infinispan.AdvancedCache<DistributedExoCache.CacheKey<K>,V> DistributedExoCache.cache
           
 

Methods in org.exoplatform.services.cache.impl.infinispan.distributed with parameters of type DistributedExoCache.CacheKey
protected  void DistributedExoCache.GetEntriesMapper._map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<K,V> collector)
          This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
protected  void DistributedExoCache.GetSizeMapper._map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<String,Integer> collector)
          This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
protected  void DistributedExoCache.GetCachedObjectsMapper._map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<String,List<V>> collector)
          This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
protected  void DistributedExoCache.ClearCacheMapper._map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<Void,Void> collector)
          This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the context
 

Method parameters in org.exoplatform.services.cache.impl.infinispan.distributed with type arguments of type DistributedExoCache.CacheKey
 void DistributedExoCache.CacheEventListener.cacheEntryEvicted(org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<DistributedExoCache.CacheKey<K>,V> evt)
          Warning Infinispan triggers a CacheEntryEvictedEvent only at explicit eviction that is done lazily which is not exactly what we expect, we still use it to be able to use it with avoidValueReplication set to true.
 void DistributedExoCache.CacheEventListener.cacheEntryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<DistributedExoCache.CacheKey<K>,V> evt)
           
 void DistributedExoCache.CacheEventListener.cacheEntryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<DistributedExoCache.CacheKey<K>,V> evt)
           
 


eXo Kernel :: Cache Extension :: Infinispan Implementation 2.4.7-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.