com.atlassian.confluence.search.lucene.bonnie
Class BulkWriterAction

java.lang.Object
  extended bycom.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.


Constructor Summary
BulkWriterAction(List addEntries)
           
 
Method Summary
 List getEntries()
           
 void perform(IndexWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkWriterAction

public BulkWriterAction(List addEntries)
Method Detail

perform

public void perform(IndexWriter writer)
             throws IOException
Specified by:
perform in interface ILuceneConnection.WriterAction
Throws:
IOException

getEntries

public List getEntries()


Confluence is developed by Atlassian.