org.molgenis.omx.search
Interface DataSetsIndexer

All Known Implementing Classes:
AsyncDataSetsIndexer

public interface DataSetsIndexer

Indexes DataSet matrices.

Author:
erwin

Method Summary
 void index()
           
 void index(List<Integer> datasetIds)
           
 void indexNew()
           
 boolean isIndexingRunning()
          Check if there is an indexing job running
 

Method Detail

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.