Package ubic.gemma.core.search
Class IndexerServiceImpl
java.lang.Object
ubic.gemma.core.search.IndexerServiceImpl
- All Implemented Interfaces:
IndexerService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
index
(Class<? extends Identifiable> classToIndex) Index the given class.void
setLoggingFrequency
(int loggingFrequency) Set the logging frequency for reporting progress.void
setNumThreads
(int numThreads) Set the number of threads to use for indexing entities.
-
Constructor Details
-
IndexerServiceImpl
public IndexerServiceImpl()
-
-
Method Details
-
index
Description copied from interface:IndexerService
Index the given class.- Specified by:
index
in interfaceIndexerService
- Parameters:
classToIndex
- a set of classes to index
-
setNumThreads
public void setNumThreads(int numThreads) Description copied from interface:IndexerService
Set the number of threads to use for indexing entities.- Specified by:
setNumThreads
in interfaceIndexerService
-
setLoggingFrequency
public void setLoggingFrequency(int loggingFrequency) Description copied from interface:IndexerService
Set the logging frequency for reporting progress.- Specified by:
setLoggingFrequency
in interfaceIndexerService
-