public class AdvancedSearchIndexingMonitor extends Object implements org.hibernate.search.batchindexing.MassIndexerProgressMonitor
| Constructor and Description |
|---|
AdvancedSearchIndexingMonitor(List<Class<?>> classes,
ConfigurationService configurationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToTotalCount(long arg0) |
void |
documentsAdded(long arg0) |
void |
documentsBuilt(int arg0) |
void |
entitiesLoaded(int arg0) |
void |
indexingCompleted() |
public AdvancedSearchIndexingMonitor(List<Class<?>> classes, ConfigurationService configurationService)
public void addToTotalCount(long arg0)
addToTotalCount in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitorpublic void documentsBuilt(int arg0)
documentsBuilt in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitorpublic void indexingCompleted()
indexingCompleted in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitorpublic void documentsAdded(long arg0)
documentsAdded in interface org.hibernate.search.backend.IndexingMonitorpublic void entitiesLoaded(int arg0)
entitiesLoaded in interface org.hibernate.search.batchindexing.MassIndexerProgressMonitorCopyright © 2010–2017 Henix, henix.fr. All rights reserved.