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 |
---|---|
void |
AGHttpRepoClient.query(AGQuery q,
boolean analyzeOnly,
AGResponseHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
AGBooleanQuery
Implements the Sesame BooleanQuery interface for AllegroGraph.
|
class |
AGGraphQuery
Implements the Sesame GraphQuery interface for AllegroGraph.
|
class |
AGStreamTupleQuery
Wraps an AGTupleQuery to provide streaming results.
|
class |
AGTupleQuery
Implements the Sesame TupleQuery interface for AllegroGraph.
|
class |
AGUpdate
Implements the Sesame Update interface for AllegroGraph.
|
Modifier and Type | Method and Description |
---|---|
AGQuery |
AGRepositoryConnection.prepareQuery(QueryLanguage ql,
String queryString,
String baseURI)
Prepares a
AGQuery for evaluation on this repository. |
Copyright © 2021 Franz Inc.. All rights reserved.