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

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

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

Subinterfaces of IndexTransaction in org.xcmis.search.lucene.index
 interface LoggedIndexTransaction<D>
          Created by The eXo Platform SAS.
 

Classes in org.xcmis.search.lucene.index that implement IndexTransaction
 class LoggedIndexTransactionImpl
           
 class LuceneIndexTransaction
          Created by The eXo Platform SAS.
 

Methods in org.xcmis.search.lucene.index that return IndexTransaction
 IndexTransaction<org.apache.lucene.document.Document> LuceneIndexTransaction.apply(IndexTransactionModificationReport report)
          Remove modifications f
 IndexTransaction<D> IndexTransaction.apply(IndexTransactionModificationReport report)
          Remove modifications f
 IndexTransaction<org.apache.lucene.document.Document> LoggedIndexTransactionImpl.apply(IndexTransactionModificationReport report)
           
 

Methods in org.xcmis.search.lucene.index with parameters of type IndexTransaction
 LuceneIndexDataManager IndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<D> changes)
           
 LuceneIndexDataManager InMemoryIndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<org.apache.lucene.document.Document> changes)
          
 LuceneIndexDataManager PersistentIndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<org.apache.lucene.document.Document> changes)
          
 IndexTransactionModificationReport IndexDataKeeper.save(IndexTransaction<D> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport TransactionableIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport PersistedIndex.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport CacheableIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport LocalStorageIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
           
 IndexTransactionModificationReport ReducibleInMemoryIndexDataKeeper.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport LocalIndexDataManagerProxy.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport StartableIndexingService.save(IndexTransaction<org.apache.lucene.document.Document> changes)
           
 

Constructors in org.xcmis.search.lucene.index with parameters of type IndexTransaction
LoggedIndexTransactionImpl(IndexTransaction<org.apache.lucene.document.Document> indexTransaction, TransactionLog transactionLog)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.