Package | Description |
---|---|
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
Modifier and Type | Method and Description |
---|---|
AGCatalog |
AGServer.createCatalog(String catalogID)
Returns an AGCatalog instance for the given catalogID.
|
AGCatalog |
AGVirtualRepository.getCatalog()
Virtual repositories don't reside on disk (their component stores do);
they don't have a catalog.
|
AGCatalog |
AGAbstractRepository.getCatalog() |
AGCatalog |
AGRepository.getCatalog()
Gets the catalog to which this repository belongs.
|
AGCatalog |
AGServer.getCatalog()
Returns the unnamed root catalog for this AllegroGraph server.
|
AGCatalog |
AGServer.getCatalog(String catalogID)
Gets the catalog instance for a given catalog id.
|
AGCatalog |
AGServer.getRootCatalog()
Returns the unnamed root catalog for this AllegroGraph server.
|
Modifier and Type | Method and Description |
---|---|
AGRepository |
AGServer.createRepository(String reponame,
AGCatalog catalog,
boolean strict)
Creates or opens a repository in the specified catalog.
|
AGRepositoryConnection |
AGServer.createRepositoryConnection(String reponame,
AGCatalog cat,
boolean strict)
Creates or opens a repository in the specified catalog.
|
Constructor and Description |
---|
AGRepository(AGCatalog catalog,
String repositoryID)
Creates an AGRepository instance for a repository having the given
repository id in the given catalog.
|
Copyright © 2024 Franz Inc.. All rights reserved.