Package it.unibz.inf.ontop.si.impl
Class OntopSemanticIndexLoaderImpl
- java.lang.Object
-
- it.unibz.inf.ontop.si.impl.OntopSemanticIndexLoaderImpl
-
- All Implemented Interfaces:
OntopSemanticIndexLoader,AutoCloseable
public class OntopSemanticIndexLoaderImpl extends Object implements OntopSemanticIndexLoader
TODO: find a better name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Closes its connection to the in-memory DB that was kept just for keeping the DB alive.OntopSQLOWLAPIConfigurationgetConfiguration()
-
-
-
Method Detail
-
getConfiguration
public OntopSQLOWLAPIConfiguration getConfiguration()
- Specified by:
getConfigurationin interfaceOntopSemanticIndexLoader
-
close
public void close()
Description copied from interface:OntopSemanticIndexLoaderCloses its connection to the in-memory DB that was kept just for keeping the DB alive. After calling this method, the loader is not RESPONSIBLE for keeping the DB alive anymore. This responsibility may be delegating to another object: the latter just need to keep a connection alive. An in-memory DB like H2 is dropped when no-one connects to it.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceOntopSemanticIndexLoader
-
-