Uses of Interface
com.franz.agraph.repository.AGAbstractRepository
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
-
Uses of AGAbstractRepository in com.franz.agraph.http
ModifierConstructorDescriptionAGHttpRepoClient
(AGAbstractRepository repo, AGHTTPClient client, String repoRoot, String sessionRoot) AGHttpRepoClient
(AGAbstractRepository repo, AGHTTPClient client, String repoRoot, String sessionRoot, ScheduledExecutorService executor) -
Uses of AGAbstractRepository in com.franz.agraph.repository
Modifier and TypeClassDescriptionclass
Implements the RDF4J Repository interface for AllegroGraph, representing triple-stores on the server.class
A class for virtual repositories, used for working with federations, graph-filtered stores, reasoning stores, and compositions thereof.Modifier and TypeMethodDescriptionAGServer.federate
(AGAbstractRepository... repositories) Creates a federated view of multiple repositories.static String
AGVirtualRepository.filteredSpec
(AGAbstractRepository repo, Resource[] contexts)