Package | Description |
---|---|
com.franz.agraph.http |
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena . |
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
Modifier and Type | Method and Description |
---|---|
AGHTTPClient |
AGHttpRepoClient.getHTTPClient() |
Constructor and Description |
---|
AGHttpRepoClient(AGAbstractRepository repo,
AGHTTPClient client,
String repoRoot,
String sessionRoot) |
AGHttpRepoClient(AGAbstractRepository repo,
AGHTTPClient client,
String repoRoot,
String sessionRoot,
ScheduledExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
AGHTTPClient |
AGValueFactory.getHTTPClient() |
AGHTTPClient |
AGCatalog.getHTTPClient() |
AGHTTPClient |
AGServer.getHTTPClient()
Returns the AGHTTPClient instance for this server.
|
AGHTTPClient |
AGRepository.getHTTPClient() |
Constructor and Description |
---|
AGServer(AGHTTPClient httpClient)
Creates an instance for interacting with an AllegroGraph server.
|
AGServer(String username,
String password,
AGHTTPClient httpClient)
Creates an instance for interacting with an AllegroGraph server.
|
Copyright © 2022 Franz Inc.. All rights reserved.