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

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.bonnie.BulkReaderAction
All Implemented Interfaces:
ILuceneConnection.ReaderAction

public class BulkReaderAction
extends Object
implements ILuceneConnection.ReaderAction

A batch ReaderAction to perform multiple ReaderActions at once with one connection.


Constructor Summary
BulkReaderAction(List deleteEntries)
           
 
Method Summary
 List getEntries()
           
 Object perform(IndexReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkReaderAction

public BulkReaderAction(List deleteEntries)
Method Detail

perform

public Object perform(IndexReader reader)
               throws IOException
Specified by:
perform in interface ILuceneConnection.ReaderAction
Throws:
IOException

getEntries

public List getEntries()


Confluence is developed by Atlassian Pty Ltd.