com.atlassian.confluence.search.lucene.bonnie
Class BulkWriterAction
java.lang.Object
com.atlassian.confluence.search.lucene.bonnie.BulkWriterAction
- All Implemented Interfaces:
- ILuceneConnection.WriterAction
public class BulkWriterAction
- extends Object
- implements ILuceneConnection.WriterAction
Batches a series of LuceneConnection WriterActions into one single WriterAction.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BulkWriterAction
public BulkWriterAction(List addEntries)
perform
public void perform(IndexWriter writer)
throws IOException
- Specified by:
perform
in interface ILuceneConnection.WriterAction
- Throws:
IOException
getEntries
public List getEntries()