Package ubic.gemma.core.search
Interface IndexerService
- 
- All Known Implementing Classes:
- IndexerServiceImpl
 
 public interface IndexerServiceIndexer service.- Author:
- poirigui
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract 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- 
indexvoid index(Class<? extends Identifiable> classToIndex) Index the given class.- Parameters:
- classToIndex- a set of classes to index
 
 - 
setNumThreadsvoid setNumThreads(int numThreads) Set the number of threads to use for indexing entities.
 - 
setLoggingFrequencyvoid setLoggingFrequency(int loggingFrequency) Set the logging frequency for reporting progress.
 
- 
 
-