|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TransactionListener in org.sakaiproject.search.indexer.api |
|---|
| Subinterfaces of TransactionListener in org.sakaiproject.search.indexer.api | |
|---|---|
interface |
IndexUpdateTransactionListener
|
| Uses of TransactionListener in org.sakaiproject.search.indexer.debug |
|---|
| Classes in org.sakaiproject.search.indexer.debug that implement TransactionListener | |
|---|---|
class |
DebugTransactionListener
|
| Uses of TransactionListener in org.sakaiproject.search.indexer.impl |
|---|
| Classes in org.sakaiproject.search.indexer.impl that implement TransactionListener | |
|---|---|
class |
JournalManagerUpdateTransaction
A transaction listener that connects to the journalManager |
class |
JournalStorageUpdateTransactionListener
A transaction listener that connects to the journal storage |
class |
SearchBuilderQueueManager
This class manages the Search Build Queue, it retrieves the |
| Methods in org.sakaiproject.search.indexer.impl with parameters of type TransactionListener | |
|---|---|
void |
TransactionIndexManagerImpl.addTransactionListener(TransactionListener transactionListener)
|
| Method parameters in org.sakaiproject.search.indexer.impl with type arguments of type TransactionListener | |
|---|---|
void |
TransactionIndexManagerImpl.setTransactionListeners(List<TransactionListener> transactionListeners)
|
| Uses of TransactionListener in org.sakaiproject.search.journal.api |
|---|
| Subinterfaces of TransactionListener in org.sakaiproject.search.journal.api | |
|---|---|
interface |
MergeTransactionListener
|
| Uses of TransactionListener in org.sakaiproject.search.journal.impl |
|---|
| Classes in org.sakaiproject.search.journal.impl that implement TransactionListener | |
|---|---|
class |
JournaledFSIndexStorageUpdateTransactionListener
Listens for Transaction changes in the 2PC associated with an index update, This adds new segments into the current index reader, it does not merge the indexes this is performed by a seperate index merge operation, run periodically to take the new inbound segments into a permanent space |
| Methods in org.sakaiproject.search.journal.impl with parameters of type TransactionListener | |
|---|---|
void |
MergeUpdateManager.addTransactionListener(TransactionListener transactionListener)
|
| Method parameters in org.sakaiproject.search.journal.impl with type arguments of type TransactionListener | |
|---|---|
void |
MergeUpdateManager.setTransactionListeners(List<TransactionListener> transactionListeners)
|
| Uses of TransactionListener in org.sakaiproject.search.optimize.api |
|---|
| Subinterfaces of TransactionListener in org.sakaiproject.search.optimize.api | |
|---|---|
interface |
OptimizeTransactionListener
A transaction listener that listens to the lifecycle changes of an optimize operation |
| Uses of TransactionListener in org.sakaiproject.search.optimize.impl |
|---|
| Classes in org.sakaiproject.search.optimize.impl that implement TransactionListener | |
|---|---|
class |
OptimizeTransactionListenerImpl
An OptimizationTransactionListener that optimizes the index. |
| Methods in org.sakaiproject.search.optimize.impl with parameters of type TransactionListener | |
|---|---|
void |
OptimizeIndexManager.addTransactionListener(TransactionListener transactionListener)
|
| Method parameters in org.sakaiproject.search.optimize.impl with type arguments of type TransactionListener | |
|---|---|
void |
OptimizeIndexManager.setTransactionListeners(List<TransactionListener> transactionListeners)
|
| Uses of TransactionListener in org.sakaiproject.search.optimize.shared.impl |
|---|
| Classes in org.sakaiproject.search.optimize.shared.impl that implement TransactionListener | |
|---|---|
class |
JournalOptimizationEndTransactionListener
A transaction listener that connects to the Journal Optimize Journal manager |
class |
JournalOptimizationStartTransactionListener
A transaction listener that connects to the Journal Optimize Journal manager |
class |
OptimizeSharedTransactionListenerImpl
An OptimizationTransactionListener that optimizes the index. |
class |
SharedFilesystemLoadTransactionListener
A transaction listener that connects to the journalManager and loads segments to be optimized |
class |
SharedFilesystemSaveTransactionListener
A transaction listener that connects to the journalManager and saves segments |
| Uses of TransactionListener in org.sakaiproject.search.transaction.api |
|---|
| Methods in org.sakaiproject.search.transaction.api with parameters of type TransactionListener | |
|---|---|
void |
TransactionIndexManager.addTransactionListener(TransactionListener transactionListener)
|
void |
TransactionIndexManager.removeTransactionListener(TransactionListener transactionListener)
|
| Uses of TransactionListener in org.sakaiproject.search.transaction.impl |
|---|
| Methods in org.sakaiproject.search.transaction.impl that return types with arguments of type TransactionListener | |
|---|---|
List<TransactionListener> |
TransactionManagerImpl.getTransactionListeners()
|
| Methods in org.sakaiproject.search.transaction.impl with parameters of type TransactionListener | |
|---|---|
void |
TransactionManagerImpl.addTransactionListener(TransactionListener transactionListener)
|
void |
TransactionManagerImpl.removeTransactionListener(TransactionListener transactionListener)
|
| Method parameters in org.sakaiproject.search.transaction.impl with type arguments of type TransactionListener | |
|---|---|
void |
TransactionManagerImpl.setTransactionListeners(List<TransactionListener> transactionListeners)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||