public final class StardogRepository
extends org.openrdf.repository.base.AbstractRepository
Implementation of a Stardog-based Sesame Repository.
| Constructor and Description |
|---|
StardogRepository(ConnectionConfiguration theConfig)
Deprecated.
Create a new StardogRepository
|
StardogRepository(String theConnectionString)
Deprecated.
Create a new StardogRepository
|
| Modifier and Type | Method and Description |
|---|---|
StardogRepositoryConnection |
getConnection()
Deprecated.
|
File |
getDataDir()
Deprecated.
|
org.openrdf.model.ValueFactory |
getValueFactory()
Deprecated.
|
protected void |
initializeInternal()
Deprecated.
|
boolean |
isWritable()
Deprecated.
Returns true.
|
void |
setDataDir(File theFile)
Deprecated.
|
protected void |
shutDownInternal()
Deprecated.
|
public StardogRepository(String theConnectionString)
theConnectionString - the connection stringpublic StardogRepository(ConnectionConfiguration theConfig)
theConfig - the configurationpublic void setDataDir(File theFile)
UnsupportedOperationException - This method always throws this exception because the nominal data dir for the database
backing this Repository is on a remote machine and as such, this invocation is not relevant.public File getDataDir()
UnsupportedOperationException - This method always throws this exception because the nominal data dir for the database
backing this Repository is on a remote machine and as such, this invocation is not relevant.public boolean isWritable()
throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryExceptionpublic StardogRepositoryConnection getConnection() throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryExceptionpublic org.openrdf.model.ValueFactory getValueFactory()
protected void initializeInternal()
throws org.openrdf.repository.RepositoryException
initializeInternal in class org.openrdf.repository.base.AbstractRepositoryorg.openrdf.repository.RepositoryExceptionprotected void shutDownInternal()
throws org.openrdf.repository.RepositoryException
shutDownInternal in class org.openrdf.repository.base.AbstractRepositoryorg.openrdf.repository.RepositoryExceptionCopyright © 2010-2016 Stardog Union. All Rights Reserved.