Package | Description |
---|---|
org.eclipse.rdf4j.federated | |
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that implement the SAIL SPI.
|
org.eclipse.rdf4j.repository.sail.config | |
org.eclipse.rdf4j.sail.federation |
Modifier and Type | Class and Description |
---|---|
class |
FedX
FedX serves as implementation of the federation layer.
|
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 | Class and Description |
---|---|
class |
ProxyRepository
Repository implementation that takes a
RepositoryResolver instance and the id of a managed repository, and delegate all
calls through to the given repository. |
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 | Interface and Description |
---|---|
interface |
RepositoryResolverClient
Deprecated.
since 2.3 use
RepositoryResolverClient |
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-2022 Eclipse Foundation. All Rights Reserved.