Uses of Class
org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
Packages that use RepositoryInformation
Package
Description
-
Uses of RepositoryInformation in org.eclipse.rdf4j.federated.endpoint
Fields in org.eclipse.rdf4j.federated.endpoint declared as RepositoryInformationMethods in org.eclipse.rdf4j.federated.endpoint that return RepositoryInformationConstructors in org.eclipse.rdf4j.federated.endpoint with parameters of type RepositoryInformationModifierConstructorDescriptionEndpointBase
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification) ManagedRepositoryEndpoint
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification, Repository repo) RepositoryEndpoint
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification, Repository repository) ResolvableEndpoint
(RepositoryInformation repoInfo, String endpoint, EndpointClassification endpointClassification) -
Uses of RepositoryInformation in org.eclipse.rdf4j.federated.endpoint.provider
Classes in org.eclipse.rdf4j.federated.endpoint.provider with type parameters of type RepositoryInformationModifier and TypeInterfaceDescriptioninterface
EndpointProvider<T extends RepositoryInformation>
Generic interface to createEndpoint
s from a repository information.Subclasses of RepositoryInformation in org.eclipse.rdf4j.federated.endpoint.providerModifier and TypeClassDescriptionclass
Graph information for RDF4JNativeStore
initialization.class
Class holding information for RDF4JHTTPRepository
initialization.class
Graph information for aResolvableEndpoint
where theRepository
is looked up using the configuredRepositoryResolver
.class
Class holding information for RDF4JSPARQLRepository
initialization.Methods in org.eclipse.rdf4j.federated.endpoint.provider with parameters of type RepositoryInformationModifier and TypeMethodDescriptionRepositoryEndpointProvider.loadEndpoint
(RepositoryInformation repoInfo)