Package ubic.gemma.core.search
Class IndexerServiceImpl
- java.lang.Object
- 
- ubic.gemma.core.search.IndexerServiceImpl
 
- 
- All Implemented Interfaces:
- IndexerService
 
 @Service("indexerService") public class IndexerServiceImpl extends Object implements IndexerService 
- 
- 
Constructor SummaryConstructors Constructor Description IndexerServiceImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidindex(Class<? extends Identifiable> classToIndex)Index the given class.voidsetLoggingFrequency(int loggingFrequency)Set the logging frequency for reporting progress.voidsetNumThreads(int numThreads)Set the number of threads to use for indexing entities.
 
- 
- 
- 
Method Detail- 
indexpublic void index(Class<? extends Identifiable> classToIndex) Description copied from interface:IndexerServiceIndex the given class.- Specified by:
- indexin interface- IndexerService
- Parameters:
- classToIndex- a set of classes to index
 
 - 
setNumThreadspublic void setNumThreads(int numThreads) Description copied from interface:IndexerServiceSet the number of threads to use for indexing entities.- Specified by:
- setNumThreadsin interface- IndexerService
 
 - 
setLoggingFrequencypublic void setLoggingFrequency(int loggingFrequency) Description copied from interface:IndexerServiceSet the logging frequency for reporting progress.- Specified by:
- setLoggingFrequencyin interface- IndexerService
 
 
- 
 
-