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