Uses of Class
org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
-
Packages that use RepositoryInformation Package Description org.eclipse.rdf4j.federated.endpoint org.eclipse.rdf4j.federated.endpoint.provider -
-
Uses of RepositoryInformation in org.eclipse.rdf4j.federated.endpoint
Fields in org.eclipse.rdf4j.federated.endpoint declared as RepositoryInformation Modifier and Type Field Description protected RepositoryInformation
EndpointBase. repoInfo
Methods in org.eclipse.rdf4j.federated.endpoint that return RepositoryInformation Modifier and Type Method Description RepositoryInformation
EndpointBase. getRepoInfo()
Constructors in org.eclipse.rdf4j.federated.endpoint with parameters of type RepositoryInformation Constructor Description EndpointBase(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 RepositoryInformation Modifier and Type Interface Description interface
EndpointProvider<T extends RepositoryInformation>
Generic interface to createEndpoint
s from a repository information.Subclasses of RepositoryInformation in org.eclipse.rdf4j.federated.endpoint.provider Modifier and Type Class Description class
NativeRepositoryInformation
Graph information for RDF4JNativeStore
initialization.class
RemoteRepositoryRepositoryInformation
Class holding information for RDF4JHTTPRepository
initialization.class
ResolvableRepositoryInformation
Graph information for aResolvableEndpoint
where theRepository
is looked up using the configuredRepositoryResolver
.class
SPARQLRepositoryInformation
Class holding information for RDF4JSPARQLRepository
initialization.Methods in org.eclipse.rdf4j.federated.endpoint.provider with parameters of type RepositoryInformation Modifier and Type Method Description Endpoint
RepositoryEndpointProvider. loadEndpoint(RepositoryInformation repoInfo)
-