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

org.exoplatform.services.cache.impl.infinispan.distributed
Class DistributedExoCache.ClearCacheReducer

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

public static class DistributedExoCache.ClearCacheReducer
extends Object
implements org.infinispan.distexec.mapreduce.Reducer<Void,Void>

See Also:
Serialized Form

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

Constructor Detail

DistributedExoCache.ClearCacheReducer

public DistributedExoCache.ClearCacheReducer()
Method Detail

reduce

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

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

Copyright © 2015 eXo Platform SAS. All Rights Reserved.