Class DistributedExoCache.GetSizeReducer<K>

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

    • GetSizeReducer

      public GetSizeReducer()
  • Method Details

    • 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)