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 |
---|---|
AGRepository |
AGServer.createRepository(String reponame)
Creates/replaces a repository in the root catalog.
|
AGRepository |
AGCatalog.createRepository(String repositoryID)
Returns an
uninitialized
AGRepository instance for the given
repository id . |
AGRepository |
AGServer.createRepository(String reponame,
AGCatalog catalog,
boolean strict)
Creates/replaces a repository in the specified catalog
|
AGRepository |
AGCatalog.createRepository(String repositoryID,
boolean strict)
Returns an
uninitialized
AGRepository instance for the given
repository id . |
AGRepository |
AGServer.createRepository(String reponame,
String catname)
Creates/replaces a repository in the specified catalog
|
AGRepository |
AGServer.createRepository(String reponame,
String catname,
boolean strict)
Creates/replaces a repository in the specified catalog
|
static AGRepository |
AGServer.createRepository(String repoName,
String catalogName,
String serverURL,
String username,
String password)
Creates/replaces a repository in the specified catalog
|
AGRepository |
AGValueFactory.getRepository() |
AGRepository |
AGCatalog.openRepository(String repositoryID)
Returns an uninitialized AGRepository instance for the given
repository id . |
Constructor and Description |
---|
AGRepositoryConnection(AGRepository repository,
com.franz.agraph.http.AGHttpRepoClient client) |
AGValueFactory(AGRepository repository) |
AGValueFactory(AGRepository repository,
AGRepositoryConnection conn) |
AGVirtualRepository(AGServer server,
String spec,
AGRepository wrapped)
Applications normally create a virtual repository via an AGServer instance.
|