com.atlassian.confluence.search.lucene.tasks
Interface ConfluenceIndexTask

All Superinterfaces:
com.atlassian.bonnie.ILuceneConnection.WriterAction, IndexTask
All Known Implementing Classes:
AddChangeDocumentIndexTask, AddDocumentIndexTask, BulkWriteIndexTask, DeleteChangeDocumentsIndexTask, DeleteDocumentIndexTask, NoOpIndexTask, OptimizeIndexTask, RebuildChangeDocumentsIndexTask, UnIndexSpaceIndexTask, UpdateDocumentIndexTask

public interface ConfluenceIndexTask
extends IndexTask, com.atlassian.bonnie.ILuceneConnection.WriterAction

An index task that will perform writing to the index.

This task IS effectively a ILuceneConnection.WriterAction. The purpose of this interface is to act as an alias of ILuceneConnection.WriterAction - providing a bridge between Confluence's IndexTask abstraction and ILuceneConnection's callback actions.


Method Summary
 
Methods inherited from interface com.atlassian.confluence.search.IndexTask
getDescription
 
Methods inherited from interface com.atlassian.bonnie.ILuceneConnection.WriterAction
perform
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.