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

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

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

public static class DistributedExoCache.GetCachedObjectsReducer<K,V>
extends Object
implements org.infinispan.distexec.mapreduce.Reducer<K,List<V>>

See Also:
Serialized Form

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

Constructor Detail

DistributedExoCache.GetCachedObjectsReducer

public DistributedExoCache.GetCachedObjectsReducer()
Method Detail

reduce

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

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

Copyright © 2014 eXo Platform SAS. All Rights Reserved.