public static class DistributedExoCache.GetCachedObjectsMapper<K,V> extends AbstractMapper<DistributedExoCache.CacheKey<K>,V,KOut,VOut>
| Constructor and Description |
|---|
DistributedExoCache.GetCachedObjectsMapper() |
DistributedExoCache.GetCachedObjectsMapper(String fullName) |
| Modifier and Type | Method and 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
|
mappublic DistributedExoCache.GetCachedObjectsMapper()
public DistributedExoCache.GetCachedObjectsMapper(String fullName)
protected void _map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<String,List<V>> collector)
_map in class AbstractMapper<DistributedExoCache.CacheKey<K>,V,String,List<V>>Copyright © 2014 eXo Platform SAS. All Rights Reserved.