Interface AGAbstractRepository

All Superinterfaces:
AutoCloseable, Closeable, org.eclipse.rdf4j.repository.Repository
All Known Implementing Classes:
AGRepository, AGVirtualRepository

public interface AGAbstractRepository extends org.eclipse.rdf4j.repository.Repository, Closeable
  • Method Details

    • getSpec

      String getSpec()
    • getValueFactory

      AGValueFactory getValueFactory()
      Specified by:
      getValueFactory in interface org.eclipse.rdf4j.repository.Repository
    • getConnection

      AGRepositoryConnection getConnection() throws org.eclipse.rdf4j.repository.RepositoryException
      Specified by:
      getConnection in interface org.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()