Package org.eclipse.rdf4j.federated.endpoint.provider
-
Interface Summary Interface Description EndpointProvider<T extends RepositoryInformation> Generic interface to createEndpoint
s from a repository information. -
Class Summary Class Description NativeRepositoryInformation Graph information for RDF4JNativeStore
initialization.NativeStoreProvider Provider for an Endpoint that uses a RDF4JNativeStore
as underlying repository.RemoteRepositoryProvider Provider for an Endpoint that uses a RDF4JHTTPRepository
as underlying repository.RemoteRepositoryRepositoryInformation Class holding information for RDF4JHTTPRepository
initialization.RepositoryEndpointProvider Returns anEndpoint
for an already configuredRepository
.RepositoryInformation ResolvableRepositoryInformation Graph information for aResolvableEndpoint
where theRepository
is looked up using the configuredRepositoryResolver
.ResolvableRepositoryProvider AnEndpointProvider
for aResolvableEndpoint
.SPARQLProvider Provider for an Endpoint that uses a RDF4jSPARQLRepository
as underlying repository.SPARQLRepositoryInformation Class holding information for RDF4JSPARQLRepository
initialization.