Package | Description |
---|---|
org.eclipse.rdf4j.federated.endpoint | |
org.eclipse.rdf4j.federated.endpoint.provider |
Modifier and Type | Field and Description |
---|---|
protected RepositoryInformation |
EndpointBase.repoInfo |
Modifier and Type | Method and Description |
---|---|
RepositoryInformation |
EndpointBase.getRepoInfo() |
Constructor and 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
EndpointProvider<T extends RepositoryInformation>
Generic interface to create
Endpoint s from a repository information. |
Modifier and Type | Class and Description |
---|---|
class |
NativeRepositoryInformation
Graph information for RDF4J
NativeStore initialization. |
class |
RemoteRepositoryRepositoryInformation
Class holding information for RDF4J
HTTPRepository initialization. |
class |
ResolvableRepositoryInformation
Graph information for a
ResolvableEndpoint where the Repository is looked up using the configured
RepositoryResolver . |
class |
SPARQLRepositoryInformation
Class holding information for RDF4J
SPARQLRepository initialization. |
Modifier and Type | Method and Description |
---|---|
Endpoint |
RepositoryEndpointProvider.loadEndpoint(RepositoryInformation repoInfo) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.