public class OntopVirtualRepository extends org.eclipse.rdf4j.repository.base.AbstractRepository implements OntopRepository
| Constructor and Description |
|---|
OntopVirtualRepository(OntopSystemConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OntopRepositoryConnection |
getConnection()
Returns a new RepositoryConnection.
|
File |
getDataDir() |
HTTPCacheHeaders |
getHttpCacheHeaders() |
org.eclipse.rdf4j.model.ValueFactory |
getValueFactory() |
protected void |
initializeInternal()
This method leads to the reasoner being initialized (connecting to the database,
analyzing mappings, etc.).
|
boolean |
isWritable() |
void |
setDataDir(File arg0) |
protected void |
shutDownInternal() |
init, initialize, isInitialized, shutDownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultRepositorypublic OntopVirtualRepository(OntopSystemConfiguration configuration)
public OntopRepositoryConnection getConnection() throws org.eclipse.rdf4j.repository.RepositoryException
(No repository connection sharing for the sake of thread-safeness)
getConnection in interface org.eclipse.rdf4j.repository.Repositoryorg.eclipse.rdf4j.repository.RepositoryExceptionprotected void initializeInternal()
throws org.eclipse.rdf4j.repository.RepositoryException
initializeInternal in class org.eclipse.rdf4j.repository.base.AbstractRepositoryorg.eclipse.rdf4j.repository.RepositoryExceptionpublic boolean isWritable()
throws org.eclipse.rdf4j.repository.RepositoryException
isWritable in interface org.eclipse.rdf4j.repository.Repositoryorg.eclipse.rdf4j.repository.RepositoryExceptionprotected void shutDownInternal()
throws org.eclipse.rdf4j.repository.RepositoryException
shutDownInternal in class org.eclipse.rdf4j.repository.base.AbstractRepositoryorg.eclipse.rdf4j.repository.RepositoryExceptionpublic File getDataDir()
getDataDir in interface org.eclipse.rdf4j.repository.Repositorypublic org.eclipse.rdf4j.model.ValueFactory getValueFactory()
getValueFactory in interface org.eclipse.rdf4j.repository.Repositorypublic void setDataDir(File arg0)
setDataDir in interface org.eclipse.rdf4j.repository.Repositorypublic void close()
throws org.eclipse.rdf4j.repository.RepositoryException
close in interface AutoCloseableorg.eclipse.rdf4j.repository.RepositoryExceptionpublic HTTPCacheHeaders getHttpCacheHeaders()
getHttpCacheHeaders in interface OntopRepositoryCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.