Package | Description |
---|---|
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 a Sesame Server.
|
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.eclipse.rdf4j.repository.sparql |
A repository that serves as a client for a SPARQL endpoint.
|
org.eclipse.rdf4j.repository.sparql.federation | |
org.eclipse.rdf4j.sail.federation |
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
Union multiple (possibly remote) Repositories into a single RDF store.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.