Package com.franz.agraph.repository
Interface AGAbstractRepository
- All Superinterfaces:
AutoCloseable
,Closeable
,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 interfaceRepository
-
getConnection
- Specified by:
getConnection
in interfaceRepository
- Throws:
RepositoryException
-
getConnection
- Throws:
RepositoryException
-
getCatalog
AGCatalog getCatalog() -
getServer
AGServer getServer()
-