org.hibernate.search.jmx
Interface IndexingProgressMonitorMBean
- All Known Implementing Classes:
- IndexingProgressMonitor
public interface IndexingProgressMonitorMBean
A MBean for following the progress of mass indexing.
- Author:
- Hardy Ferentschik
INDEXING_PROGRESS_MONITOR_MBEAN_OBJECT_NAME
static final String INDEXING_PROGRESS_MONITOR_MBEAN_OBJECT_NAME
- See Also:
- Constant Field Values
getLoadedEntitiesCount
long getLoadedEntitiesCount()
- Returns:
- the number of entities loaded so far
getDocumentsAddedCount
long getDocumentsAddedCount()
- Returns:
- the number of Lucene
Document
s added so far
getNumberOfEntitiesToIndex
long getNumberOfEntitiesToIndex()
- Returns:
- the total number of entities which need indexing
Copyright © 2006-2012 Hibernate. All Rights Reserved.