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

Packages that use IndexTransactionModificationReport
org.xcmis.search.lucene.index   
org.xcmis.search.lucene.index.merge   
 

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

Classes in org.xcmis.search.lucene.index that implement IndexTransactionModificationReport
 class IndexTransactionModificationReportImpl
          Created by The eXo Platform SAS.
 

Methods in org.xcmis.search.lucene.index that return IndexTransactionModificationReport
 IndexTransactionModificationReport LocalStorageIndexDataManager.aggregate(Collection<LuceneIndexDataManager> indexes)
           
 IndexTransactionModificationReport CacheableIndexDataManager.aggregate(Collection<LuceneIndexDataManager> indexes)
           
 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 StartableIndexingService.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 PersistedIndex.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 LocalIndexDataManagerProxy.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
 

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

Uses of IndexTransactionModificationReport in org.xcmis.search.lucene.index.merge
 

Methods in org.xcmis.search.lucene.index.merge that return IndexTransactionModificationReport
 IndexTransactionModificationReport IndexAggregator.aggregate(Collection<LuceneIndexDataManager> indexes)
          Saves the list of indexes.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.