Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.distexec.mapreduce.Collector

Packages that use Collector
org.infinispan.distexec.mapreduce   
org.infinispan.query.impl.massindex   
 

Uses of Collector in org.infinispan.distexec.mapreduce
 

Methods in org.infinispan.distexec.mapreduce with parameters of type Collector
 void Mapper.map(KIn key, VIn value, Collector<KOut,VOut> collector)
          Invoked once for each input cache entry KIn,VOut pair.
 

Uses of Collector in org.infinispan.query.impl.massindex
 

Methods in org.infinispan.query.impl.massindex with parameters of type Collector
 void IndexingMapper.map(Object key, Object value, Collector<Object,org.hibernate.search.backend.LuceneWork> collector)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.