Class DistributedExoCache.GetCachedObjectsMapper<K,V>
- java.lang.Object
-
- org.exoplatform.services.ispn.AbstractMapper<DistributedExoCache.CacheKey<K>,V,KOut,VOut>
-
- org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetCachedObjectsMapper<K,V>
-
- All Implemented Interfaces:
Externalizable,Serializable,org.infinispan.distexec.mapreduce.Mapper<DistributedExoCache.CacheKey<K>,V,String,List<V>>
- Enclosing class:
- DistributedExoCache<K extends Serializable,V>
public static class DistributedExoCache.GetCachedObjectsMapper<K,V> extends AbstractMapper<DistributedExoCache.CacheKey<K>,V,KOut,VOut>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetCachedObjectsMapper()GetCachedObjectsMapper(String fullName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_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-
Methods inherited from class org.exoplatform.services.ispn.AbstractMapper
map
-
-
-
-
Constructor Detail
-
GetCachedObjectsMapper
public GetCachedObjectsMapper()
-
GetCachedObjectsMapper
public GetCachedObjectsMapper(String fullName)
-
-
Method Detail
-
_map
protected void _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- Specified by:
_mapin classAbstractMapper<DistributedExoCache.CacheKey<K>,V,String,List<V>>
-
-