org.sakaiproject.search.journal.api
Interface ManagementOperation

All Known Implementing Classes:
ConcurrentSearchIndexBuilderWorkerImpl, JournalOptimizationOperation, MergeUpdateOperation, OptimizeIndexOperation

public interface ManagementOperation

Management operations are scheduled to be run to maintain the state of the index.

Author:
ieb

Method Summary
 void runOnce()
          performs the operation once, may be called many times, the class may maintain state between calls.
 

Method Detail

runOnce

void runOnce()
performs the operation once, may be called many times, the class may maintain state between calls.



Copyright © 2003-2012 Sakai Project. All Rights Reserved.