org.squashtest.tm.service.internal.library
Class AdvancedSearchIndexingMonitor

java.lang.Object
  extended by org.squashtest.tm.service.internal.library.AdvancedSearchIndexingMonitor
All Implemented Interfaces:
org.hibernate.search.backend.IndexingMonitor, org.hibernate.search.batchindexing.MassIndexerProgressMonitor

public class AdvancedSearchIndexingMonitor
extends Object
implements org.hibernate.search.batchindexing.MassIndexerProgressMonitor


Constructor Summary
AdvancedSearchIndexingMonitor(List<Class> classes, ConfigurationService configurationService)
           
 
Method Summary
 void addToTotalCount(long arg0)
           
 void documentsAdded(long arg0)
           
 void documentsBuilt(int arg0)
           
 void entitiesLoaded(int arg0)
           
 void indexingCompleted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedSearchIndexingMonitor

public AdvancedSearchIndexingMonitor(List<Class> classes,
                                     ConfigurationService configurationService)
Method Detail

documentsAdded

public void documentsAdded(long arg0)
Specified by:
documentsAdded in interface org.hibernate.search.backend.IndexingMonitor

addToTotalCount

public void addToTotalCount(long arg0)
Specified by:
addToTotalCount in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor

documentsBuilt

public void documentsBuilt(int arg0)
Specified by:
documentsBuilt in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor

entitiesLoaded

public void entitiesLoaded(int arg0)
Specified by:
entitiesLoaded in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor

indexingCompleted

public void indexingCompleted()
Specified by:
indexingCompleted in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitor


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.