Uses of Interface
com.franz.agraph.repository.AGAbstractRepository
Packages that use 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
Constructors in com.franz.agraph.http with parameters of type AGAbstractRepositoryModifierConstructorDescriptionAGHttpRepoClient
(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
Classes in com.franz.agraph.repository that implement AGAbstractRepositoryModifier 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.Methods in com.franz.agraph.repository that return AGAbstractRepositoryMethods in com.franz.agraph.repository with parameters of type AGAbstractRepositoryModifier and TypeMethodDescriptionAGServer.federate
(AGAbstractRepository... repositories) Creates a federated view of multiple repositories.static String
AGVirtualRepository.filteredSpec
(AGAbstractRepository repo, Resource[] contexts)