Uses of Class
org.sakaiproject.search.indexer.api.IndexJournalException

Packages that use IndexJournalException
org.sakaiproject.search.indexer.api   
org.sakaiproject.search.indexer.debug   
org.sakaiproject.search.indexer.impl   
org.sakaiproject.search.journal.api   
org.sakaiproject.search.journal.impl   
org.sakaiproject.search.optimize.api   
org.sakaiproject.search.optimize.shared.impl   
 

Uses of IndexJournalException in org.sakaiproject.search.indexer.api
 

Subclasses of IndexJournalException in org.sakaiproject.search.indexer.api
 class LockTimeoutException
          Represents the situation where a lock has failed and timeout has happened
 

Uses of IndexJournalException in org.sakaiproject.search.indexer.debug
 

Methods in org.sakaiproject.search.indexer.debug that throw IndexJournalException
 void DebugTransactionListener.prepare(IndexTransaction transaction)
           
 

Uses of IndexJournalException in org.sakaiproject.search.indexer.impl
 

Methods in org.sakaiproject.search.indexer.impl that throw IndexJournalException
 void JournalManagerUpdateTransaction.open(IndexTransaction transaction)
           
 void JournalManagerUpdateTransaction.prepare(IndexTransaction transaction)
           
 void JournalStorageUpdateTransactionListener.prepare(IndexTransaction transaction)
           
 

Uses of IndexJournalException in org.sakaiproject.search.journal.api
 

Methods in org.sakaiproject.search.journal.api that throw IndexJournalException
 void JournalManager.commitSave(JournalManagerState jms)
           
 void JournalManager.doOpenTransaction(IndexTransaction transaction)
          Perfomes the open, giving the JournalManager implementation a chance to veto the transaction.
 JournalManagerState JournalManager.prepareSave(long transactionId)
           
 

Uses of IndexJournalException in org.sakaiproject.search.journal.impl
 

Methods in org.sakaiproject.search.journal.impl that throw IndexJournalException
 void DbJournalManager.commitSave(JournalManagerState jms)
           
 JournalManagerState DbJournalManager.prepareSave(long transactionId)
           
 

Uses of IndexJournalException in org.sakaiproject.search.optimize.api
 

Subclasses of IndexJournalException in org.sakaiproject.search.optimize.api
 class NoOptimizationRequiredException
          No Optimization is required for the index at the moment, probably because there are not enough transient indexes to make a merge worthwhile
 

Uses of IndexJournalException in org.sakaiproject.search.optimize.shared.impl
 

Methods in org.sakaiproject.search.optimize.shared.impl that throw IndexJournalException
 void DbJournalOptimizationManager.commitSave(JournalManagerState jms)
           
 void DbJournalOptimizationManager.doOpenTransaction(IndexTransaction transaction)
           
 void JournalOptimizationStartTransactionListener.prepare(IndexTransaction transaction)
           
 void SharedFilesystemSaveTransactionListener.prepare(IndexTransaction transaction)
           
 void SharedFilesystemLoadTransactionListener.prepare(IndexTransaction transaction)
           
 void JournalOptimizationEndTransactionListener.prepare(IndexTransaction transaction)
           
 JournalManagerState DbJournalOptimizationManager.prepareSave(long transactionId)
           
 void SharedFilesystemSaveTransactionListener.rollback(IndexTransaction transaction)
           
 void SharedFilesystemLoadTransactionListener.rollback(IndexTransaction transaction)
           
 



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