public class AsyncDataSetsIndexer extends Object implements DataSetsIndexer, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
AsyncDataSetsIndexer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
index()
Index all datasets
|
void |
indexDataSets(List<Integer> dataSetIds) |
void |
indexProtocols(List<Integer> protocolIds) |
boolean |
isIndexingRunning()
Check if there is an indexing job running
|
void |
setSearchService(SearchService searchService) |
@Autowired public void setSearchService(SearchService searchService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic boolean isIndexingRunning()
DataSetsIndexerisIndexingRunning in interface DataSetsIndexer@Async public void index()
index in interface DataSetsIndexer@Async public void indexDataSets(List<Integer> dataSetIds)
indexDataSets in interface DataSetsIndexer@Async public void indexProtocols(List<Integer> protocolIds)
indexProtocols in interface DataSetsIndexerCopyright © 2014. All Rights Reserved.