Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.query.impl.massindex
Class IndexingMapper

java.lang.Object
  extended by org.infinispan.query.impl.massindex.IndexingMapper
All Implemented Interfaces:
Serializable, Mapper<Object,Object,Object,org.hibernate.search.backend.LuceneWork>

public final class IndexingMapper
extends Object
implements Mapper<Object,Object,Object,org.hibernate.search.backend.LuceneWork>

Author:
Sanne Grinovero (C) 2012 Red Hat Inc.
See Also:
Serialized Form

Constructor Summary
IndexingMapper()
           
 
Method Summary
 void initialize(Cache inputCache)
           
 void map(Object key, Object value, Collector<Object,org.hibernate.search.backend.LuceneWork> collector)
          Invoked once for each input cache entry KIn,VOut pair.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingMapper

public IndexingMapper()
Method Detail

initialize

public void initialize(Cache inputCache)

map

public void map(Object key,
                Object value,
                Collector<Object,org.hibernate.search.backend.LuceneWork> collector)
Description copied from interface: Mapper
Invoked once for each input cache entry KIn,VOut pair.

Specified by:
map in interface Mapper<Object,Object,Object,org.hibernate.search.backend.LuceneWork>

Infinispan Distribution 5.2.6.Final-redhat-2

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