Uses of Interface
org.xcmis.search.lucene.index.TransactionLog

Packages that use TransactionLog
org.xcmis.search.lucene.index   
 

Uses of TransactionLog in org.xcmis.search.lucene.index
 

Classes in org.xcmis.search.lucene.index that implement TransactionLog
 class CompositeTransactionLog
          Created by The eXo Platform SAS.
 class FileSystemTransactionLog
          Created by The eXo Platform SAS.
 

Methods in org.xcmis.search.lucene.index that return TransactionLog
 TransactionLog ReducibleInMemoryIndexDataKeeper.getTransactionLog()
          Return transaction log
 TransactionLog IndexTransactionResource.getTransactionLog()
          Return transaction log
 TransactionLog LoggedIndexTransactionImpl.getTransactionLog()
          Return transaction log
 

Methods in org.xcmis.search.lucene.index that return types with arguments of type TransactionLog
 List<TransactionLog> FSIndexTransactionService.getTransactionLogs()
           
 

Constructors in org.xcmis.search.lucene.index with parameters of type TransactionLog
LoggedIndexTransactionImpl(IndexTransaction<org.apache.lucene.document.Document> indexTransaction, TransactionLog transactionLog)
           
ReducibleInMemoryIndexDataKeeper(org.apache.lucene.store.RAMDirectory indexDirectiry, Map<String,org.apache.lucene.document.Document> documentsBuffer, Map<String,org.apache.lucene.document.Document> pendingDocumentsBuffer, TransactionLog transactionLog)
           
 

Constructor parameters in org.xcmis.search.lucene.index with type arguments of type TransactionLog
CompositeTransactionLog(Collection<TransactionLog> logs)
          Constructor.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.