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

org.exoplatform.services.cache.impl.infinispan.distributed
Class DistributedExoCache.GetSizeMapper<K,V>

java.lang.Object
  extended by org.exoplatform.services.ispn.AbstractMapper<DistributedExoCache.CacheKey<K>,V,KOut,VOut>
      extended by org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeMapper<K,V>
All Implemented Interfaces:
Externalizable, Serializable, org.infinispan.distexec.mapreduce.Mapper<DistributedExoCache.CacheKey<K>,V,String,Integer>
Enclosing class:
DistributedExoCache<K extends Serializable,V>

public static class DistributedExoCache.GetSizeMapper<K,V>
extends AbstractMapper<DistributedExoCache.CacheKey<K>,V,KOut,VOut>

See Also:
Serialized Form

Constructor Summary
DistributedExoCache.GetSizeMapper()
           
DistributedExoCache.GetSizeMapper(String fullName)
           
 
Method Summary
protected  void _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
 
Methods inherited from class org.exoplatform.services.ispn.AbstractMapper
map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedExoCache.GetSizeMapper

public DistributedExoCache.GetSizeMapper()

DistributedExoCache.GetSizeMapper

public DistributedExoCache.GetSizeMapper(String fullName)
Method Detail

_map

protected void _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

Specified by:
_map in class AbstractMapper<DistributedExoCache.CacheKey<K>,V,String,Integer>

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

Copyright © 2014 eXo Platform SAS. All Rights Reserved.