Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.http.client | |
org.eclipse.rdf4j.query.algebra.evaluation.federation | |
org.eclipse.rdf4j.repository.http |
A repository that serves as a proxy client for a remote repository on an Rdf4j Server.
|
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that implement the SAIL SPI.
|
org.eclipse.rdf4j.repository.sparql |
A
Repository that serves as a SPARQL endpoint client. |
org.eclipse.rdf4j.repository.sparql.federation | |
org.eclipse.rdf4j.sail.federation |
Modifier and Type | Class and Description |
---|---|
class |
FedXRepository
A special
SailRepository which performs the actions as defined in FedXRepositoryConnection . |
class |
FedXRepositoryConnection
A special
SailRepositoryConnection which adds the original query string as binding to the returned query. |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionManagerDependent
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on
HttpClientSessionManager . |
Modifier and Type | Class and Description |
---|---|
class |
FederatedServiceResolverImpl
Deprecated.
since 2.3 use
SPARQLServiceResolver |
Modifier and Type | Class and Description |
---|---|
class |
HTTPRepository
A repository that serves as a proxy for a remote repository on a Sesame Server.
|
Modifier and Type | Class and Description |
---|---|
class |
SailRepository
An implementation of the
Repository interface that operates on a (stack of) Sail object(s). |
class |
SailRepositoryConnection
An implementation of the
RepositoryConnection interface that wraps a SailConnection . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLRepository
A proxy class to access any SPARQL endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLServiceResolver
The
SPARQLServiceResolver is used to manage a set of FederatedService instances, which are used to
evaluate SERVICE expressions for particular service Urls. |
Modifier and Type | Class and Description |
---|---|
class |
Federation
Deprecated.
since 3.1.0. This module will be replaced by the new FedX federation module.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.