public interface AGAbstractRepository extends org.openrdf.repository.Repository, Closeable
| Modifier and Type | Method and Description |
|---|---|
AGCatalog |
getCatalog() |
AGRepositoryConnection |
getConnection() |
AGRepositoryConnection |
getConnection(ScheduledExecutorService executor) |
String |
getSpec() |
AGValueFactory |
getValueFactory() |
String getSpec()
AGValueFactory getValueFactory()
getValueFactory in interface org.openrdf.repository.RepositoryAGRepositoryConnection getConnection() throws org.openrdf.repository.RepositoryException
getConnection in interface org.openrdf.repository.Repositoryorg.openrdf.repository.RepositoryExceptionAGRepositoryConnection getConnection(ScheduledExecutorService executor) throws org.openrdf.repository.RepositoryException
org.openrdf.repository.RepositoryExceptionAGCatalog getCatalog()