org.hibernate.search.backend.impl
Class LuceneWorker

java.lang.Object
  extended by org.hibernate.search.backend.impl.LuceneWorker

public class LuceneWorker
extends Object

Stateless implementation that perform a work

Author:
Emmanuel Bernard

Constructor Summary
LuceneWorker(Workspace workspace)
           
 
Method Summary
 void performWork(AddWork work)
           
 void performWork(DeleteWork work)
           
 void performWork(UpdateWork work)
           
 void performWork(Work work)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneWorker

public LuceneWorker(Workspace workspace)
Method Detail

performWork

public void performWork(Work work)

performWork

public void performWork(AddWork work)

performWork

public void performWork(UpdateWork work)

performWork

public void performWork(DeleteWork work)