All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.renarj.jasdb.api.model.IndexManagerFactory Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package nl.renarj.jasdb.api.model;

import nl.renarj.jasdb.core.exceptions.JasDBStorageException;

/**
 * @author Renze de Vries
 */
public interface IndexManagerFactory {
    IndexManager getIndexManager(String instanceId) throws JasDBStorageException;

    void shutdownIndexes() throws JasDBStorageException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy