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.
|
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 | Class and Description |
---|---|
class |
AGRepository
Implements the RDF4J Repository interface for AllegroGraph, representing
triple-stores
on the server.
|
class |
AGVirtualRepository
A class for virtual repositories, used for working with federations,
graph-filtered stores, reasoning stores, and compositions thereof.
|
Modifier and Type | Method and Description |
---|---|
AGAbstractRepository |
AGRepositoryConnection.getRepository() |
Modifier and Type | Method and Description |
---|---|
AGVirtualRepository |
AGServer.federate(AGAbstractRepository... repositories)
Creates a federated view of multiple repositories.
|
static String |
AGVirtualRepository.filteredSpec(AGAbstractRepository repo,
Resource[] contexts) |
Copyright © 2023 Franz Inc.. All rights reserved.