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

Field Summary
static String INDEXING_PROGRESS_MONITOR_MBEAN_OBJECT_NAME
           
 
Method Summary
 long getDocumentsAddedCount()
           
 long getLoadedEntitiesCount()
           
 long getNumberOfEntitiesToIndex()
           
 

Field Detail

INDEXING_PROGRESS_MONITOR_MBEAN_OBJECT_NAME

static final String INDEXING_PROGRESS_MONITOR_MBEAN_OBJECT_NAME
See Also:
Constant Field Values
Method Detail

getLoadedEntitiesCount

long getLoadedEntitiesCount()
Returns:
the number of entities loaded so far

getDocumentsAddedCount

long getDocumentsAddedCount()
Returns:
the number of Lucene Documents added so far

getNumberOfEntitiesToIndex

long getNumberOfEntitiesToIndex()
Returns:
the total number of entities which need indexing


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved