public abstract static class MemoryRepositoryService.MemoryRepositoryMixin extends Object implements MemoryRepositoryService, ResetableRepository
MemoryRepositoryService.Activator, MemoryRepositoryService.MemoryRepositoryMixinIdentity.IdentityMixin| Constructor and Description |
|---|
MemoryRepositoryService.MemoryRepositoryMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
discardEntireRepository() |
org.openrdf.repository.RepositoryConnection |
getConnection() |
File |
getDataDir() |
org.openrdf.model.ValueFactory |
getValueFactory() |
void |
initialize() |
boolean |
isInitialized() |
boolean |
isWritable() |
void |
setDataDir(File dataDir) |
void |
shutDown() |
public MemoryRepositoryService.MemoryRepositoryMixin()
public void initialize()
throws org.openrdf.repository.RepositoryException
initialize in interface org.openrdf.repository.Repositoryinitialize in interface MemoryRepositoryServiceorg.openrdf.repository.RepositoryExceptionpublic boolean isInitialized()
isInitialized in interface org.openrdf.repository.Repositorypublic void shutDown()
throws org.openrdf.repository.RepositoryException
shutDown in interface org.openrdf.repository.RepositoryshutDown in interface MemoryRepositoryServiceorg.openrdf.repository.RepositoryExceptionpublic void setDataDir(File dataDir)
setDataDir in interface org.openrdf.repository.Repositorypublic File getDataDir()
getDataDir in interface org.openrdf.repository.Repositorypublic boolean isWritable()
throws org.openrdf.repository.RepositoryException
isWritable in interface org.openrdf.repository.Repositoryorg.openrdf.repository.RepositoryExceptionpublic org.openrdf.repository.RepositoryConnection getConnection()
throws org.openrdf.repository.RepositoryException
getConnection in interface org.openrdf.repository.Repositoryorg.openrdf.repository.RepositoryExceptionpublic org.openrdf.model.ValueFactory getValueFactory()
getValueFactory in interface org.openrdf.repository.Repositorypublic void discardEntireRepository()
throws org.openrdf.repository.RepositoryException
discardEntireRepository in interface ResetableRepositoryorg.openrdf.repository.RepositoryException