org.molgenis.omx.search
Interface DataSetsIndexer
- All Known Implementing Classes:
- AsyncDataSetsIndexer
public interface DataSetsIndexer
Indexes DataSet matrices.
- Author:
- erwin
index
void index()
throws DatabaseException,
TableException
- Throws:
DatabaseException
TableException
index
void index(List<Integer> datasetIds)
throws TableException
- Throws:
TableException
indexNew
void indexNew()
throws DatabaseException,
TableException
- Throws:
DatabaseException
TableException
isIndexingRunning
boolean isIndexingRunning()
- Check if there is an indexing job running
- Returns:
Copyright © 2013. All Rights Reserved.