|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.omx.search.AsyncDataSetsIndexer
public class AsyncDataSetsIndexer
Class that indexes all datasets for use in the dataexplorer async
| Constructor Summary | |
|---|---|
AsyncDataSetsIndexer()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
index()
Index all datasets |
void |
index(List<Integer> dataSetIds)
|
void |
indexNew()
Index all datatsets that are not in the index yet |
boolean |
isIndexingRunning()
Check if there is an indexing job running |
void |
setSearchService(SearchService searchService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncDataSetsIndexer()
| Method Detail |
|---|
@Autowired public void setSearchService(SearchService searchService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic boolean isIndexingRunning()
DataSetsIndexer
isIndexingRunning in interface DataSetsIndexer@Async public void index()
index in interface DataSetsIndexerDatabaseException
TableException@Async public void indexNew()
indexNew in interface DataSetsIndexerDatabaseException
TableException@Async public void index(List<Integer> dataSetIds)
index in interface DataSetsIndexer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||