Class DistributedExoCache.GetCachedObjectsReducer<K,V>

java.lang.Object
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:
  • Constructor Details

    • GetCachedObjectsReducer

      public GetCachedObjectsReducer()
  • Method Details

    • reduce

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