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

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

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

Subinterfaces of LuceneIndexDataManager in org.xcmis.search.lucene.index
 interface TransactionableLuceneIndexDataManager
          Created by The eXo Platform SAS.
 

Classes in org.xcmis.search.lucene.index that implement LuceneIndexDataManager
 class CacheableIndexDataManager
          Created by The eXo Platform SAS.
 class LocalIndexDataManagerProxy
          Created by The eXo Platform SAS.
 class LocalStorageIndexDataManager
          Created by The eXo Platform SAS.
 class LuceneIndexingService
           
 class PersistedIndex
          Created by The eXo Platform SAS.
 class ReducibleInMemoryIndexDataKeeper
          Created by The eXo Platform SAS.
 class StartableIndexingService
          Created by The eXo Platform SAS.
 class TransactionableIndexDataManager
          Created by The eXo Platform SAS.
 

Methods in org.xcmis.search.lucene.index that return LuceneIndexDataManager
 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)
          
 LuceneIndexDataManager InMemoryIndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 LuceneIndexDataManager IndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 LuceneIndexDataManager PersistentIndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 

Method parameters in org.xcmis.search.lucene.index with type arguments of type LuceneIndexDataManager
 IndexTransactionModificationReport LocalStorageIndexDataManager.aggregate(Collection<LuceneIndexDataManager> indexes)
           
 IndexTransactionModificationReport CacheableIndexDataManager.aggregate(Collection<LuceneIndexDataManager> indexes)
           
 LuceneIndexDataManager InMemoryIndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 LuceneIndexDataManager IndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 LuceneIndexDataManager PersistentIndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 

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

Methods in org.xcmis.search.lucene.index.merge that return types with arguments of type LuceneIndexDataManager
 Collection<LuceneIndexDataManager> IndexSizeAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> PendingAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> AggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> MaxCandidatsCountAggrigatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> DocumentCountAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
          
 Collection<LuceneIndexDataManager> ModificationTimeAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> InheritanceAggregationPolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> MaxTotalDocumentCountAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> IndexSizeAggregatePolicy.findIndexDataManagerToOptimize(Collection<LuceneIndexDataManager> aggregateCandidat)
           
 Collection<LuceneIndexDataManager> AggregatePolicy.findIndexDataManagerToOptimize(Collection<LuceneIndexDataManager> aggregateCandidat)
           
 Collection<LuceneIndexDataManager> InheritanceAggregationPolicy.findIndexDataManagerToOptimize(Collection<LuceneIndexDataManager> aggregateCandidat)
           
 

Methods in org.xcmis.search.lucene.index.merge with parameters of type LuceneIndexDataManager
 int DocumentCountAggregatePolicy.DocumentCountComparator.compare(LuceneIndexDataManager o1, LuceneIndexDataManager o2)
          
 

Method parameters in org.xcmis.search.lucene.index.merge with type arguments of type LuceneIndexDataManager
 IndexTransactionModificationReport IndexAggregator.aggregate(Collection<LuceneIndexDataManager> indexes)
          Saves the list of indexes.
 Collection<LuceneIndexDataManager> IndexSizeAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> PendingAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> AggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> MaxCandidatsCountAggrigatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> DocumentCountAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
          
 Collection<LuceneIndexDataManager> ModificationTimeAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> InheritanceAggregationPolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> MaxTotalDocumentCountAggregatePolicy.findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat, long requiredCandidatCount, long reguiredTotalCandidatSize)
           
 Collection<LuceneIndexDataManager> IndexSizeAggregatePolicy.findIndexDataManagerToOptimize(Collection<LuceneIndexDataManager> aggregateCandidat)
           
 Collection<LuceneIndexDataManager> AggregatePolicy.findIndexDataManagerToOptimize(Collection<LuceneIndexDataManager> aggregateCandidat)
           
 Collection<LuceneIndexDataManager> InheritanceAggregationPolicy.findIndexDataManagerToOptimize(Collection<LuceneIndexDataManager> aggregateCandidat)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.