org.exoplatform.services.cache.impl.infinispan.distributed
Class DistributedExoCache.GetEntriesReducer<K,V>
java.lang.Object
org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.GetEntriesReducer<K,V>
- All Implemented Interfaces:
- Serializable, org.infinispan.distexec.mapreduce.Reducer<K,V>
- Enclosing class:
- DistributedExoCache<K extends Serializable,V>
public static class DistributedExoCache.GetEntriesReducer<K,V>
- extends Object
- implements org.infinispan.distexec.mapreduce.Reducer<K,V>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributedExoCache.GetEntriesReducer
public DistributedExoCache.GetEntriesReducer()
reduce
public V reduce(K reducedKey,
Iterator<V> iter)
- Specified by:
reduce in interface org.infinispan.distexec.mapreduce.Reducer<K,V>
- See Also:
Reducer.reduce(java.lang.Object, java.util.Iterator)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.