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

org.exoplatform.services.cache.impl.infinispan.distributed
Class DistributedExoCache.GetSizeReducer<K>

java.lang.Object
  extended by org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetSizeReducer<K>
All Implemented Interfaces:
Serializable, org.infinispan.distexec.mapreduce.Reducer<K,Integer>
Enclosing class:
DistributedExoCache<K extends Serializable,V>

public static class DistributedExoCache.GetSizeReducer<K>
extends Object
implements org.infinispan.distexec.mapreduce.Reducer<K,Integer>

See Also:
Serialized Form

Constructor Summary
DistributedExoCache.GetSizeReducer()
           
 
Method Summary
 Integer reduce(K reducedKey, Iterator<Integer> iter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedExoCache.GetSizeReducer

public DistributedExoCache.GetSizeReducer()
Method Detail

reduce

public Integer reduce(K reducedKey,
                      Iterator<Integer> iter)
Specified by:
reduce in interface org.infinispan.distexec.mapreduce.Reducer<K,Integer>
See Also:
Reducer.reduce(java.lang.Object, java.util.Iterator)

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

Copyright © 2013 eXo Platform SAS. All Rights Reserved.