Package com.franz.agraph.repository
Interface AGAbstractRepository
- All Superinterfaces:
AutoCloseable
,Closeable
,org.eclipse.rdf4j.repository.Repository
- All Known Implementing Classes:
AGRepository
,AGVirtualRepository
-
Method Summary
Methods inherited from interface org.eclipse.rdf4j.repository.Repository
getDataDir, init, isInitialized, isWritable, setDataDir, shutDown
-
Method Details
-
getSpec
String getSpec() -
getValueFactory
AGValueFactory getValueFactory()- Specified by:
getValueFactory
in interfaceorg.eclipse.rdf4j.repository.Repository
-
getConnection
- Specified by:
getConnection
in interfaceorg.eclipse.rdf4j.repository.Repository
- Throws:
org.eclipse.rdf4j.repository.RepositoryException
-
getConnection
AGRepositoryConnection getConnection(ScheduledExecutorService executor) throws org.eclipse.rdf4j.repository.RepositoryException - Throws:
org.eclipse.rdf4j.repository.RepositoryException
-
getCatalog
AGCatalog getCatalog() -
getServer
AGServer getServer()
-