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 |
AGCatalog.createRepository(String repositoryID)
Returns an
uninitialized
AGRepository instance for the given
repository id . |
AGRepository |
AGServer.createRepository(String reponame)
Creates or opens a repository in the root catalog.
|
AGRepository |
AGServer.createRepository(String reponame,
AGCatalog catalog,
boolean strict)
Creates or opens 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 or opens a repository in the specified catalog.
|
AGRepository |
AGServer.createRepository(String reponame,
String catname,
boolean strict)
Creates or opens a repository in the specified catalog.
|
static AGRepository |
AGServer.createRepository(String repoName,
String catalogName,
String serverURL,
String username,
String password)
Creates or opens 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,
AGHttpRepoClient client) |
AGTransactionalResource(AGRepository repo) |
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.
|
Copyright © 2024 Franz Inc.. All rights reserved.