org.xcmis.search.lucene.index.merge
Class PendingAggregatePolicy
java.lang.Object
org.xcmis.search.lucene.index.merge.IndexSizeAggregatePolicy
org.xcmis.search.lucene.index.merge.DocumentCountAggregatePolicy
org.xcmis.search.lucene.index.merge.ModificationTimeAggregatePolicy
org.xcmis.search.lucene.index.merge.PendingAggregatePolicy
- All Implemented Interfaces:
- AggregatePolicy
public class PendingAggregatePolicy
- extends ModificationTimeAggregatePolicy
Created by The eXo Platform SAS.
- Version:
- $Id: PendingAggregatePolicy.java 2 2010-02-04 17:21:49Z andrew00x $
- Author:
- Sergey Kabashnyuk
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendingAggregatePolicy
public PendingAggregatePolicy()
getMinAggregateTime
public int getMinAggregateTime()
- Returns:
- The minimum time that must elapse after the previous aggregate.
setMinAggregateTime
public void setMinAggregateTime(int minAggregateTime)
- Parameters:
minAggregateTime - The minimum time that must elapse after the
previous aggregate.
findIndexDataManagerToAggrigate
public Collection<LuceneIndexDataManager> findIndexDataManagerToAggrigate(Collection<LuceneIndexDataManager> aggregateCandidat,
long requiredCandidatCount,
long reguiredTotalCandidatSize)
- Description copied from class:
DocumentCountAggregatePolicy
-
- Specified by:
findIndexDataManagerToAggrigate in interface AggregatePolicy- Overrides:
findIndexDataManagerToAggrigate in class ModificationTimeAggregatePolicy
Copyright © 2011 eXo Platform SAS. All Rights Reserved.